#D3ED8B

Color #D3ED8B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D3ED8B

Tints of Sulu #D3ED8B

Color information

#D3ED8B (or 0xD3ED8B) is unknown color: approx Sulu. HEX triplet: D3, ED and 8B. RGB value is (211,237,139). Sum of RGB (Red+Green+Blue) = 211+237+139=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ED8B is #2C1274. Grayscale: #DADADA. Windows color (decimal): -2888309 or 9170387. OLE color: 9170387.

HSL color Cylindrical-coordinate representation of color #D3ED8B: hue angle of 75.92º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3ED8B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB211237139-
CMYK0.1100.410.07
HSL75.92º73.13%73.73%-
HSV(B)75.92º41.35%92.94%-
XYZ61.8176.2835.89-
YUV218.0583.39122.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 237 (92.97% from 255) = 40.37%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=35.95%
G=40.37%
B=23.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112371390.1100.410.0775.9273.1373.73
HexD3ED8BB02974c494a
Octal323355213130517114111112
Binary11010011111011011000101110110101001111100110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ED8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ED8B; }

 p { color: rgb(211,237,139); }

 H1.HeaderClassName
 {
   color: #D3ED8B;
 }
 .AnyTagClassName
 {
   color: #D3ED8B;
 }
</style>
background-color css

<style>
 a { background-color: #D3ED8B; }

 a { background-color: rgb(211,237,139); }

 div.DivClassName
 {
   background-color: #D3ED8B;
 }
 .BgClassName
 {
   background-color: #D3ED8B;
 }
</style>
border-color css

<style>
 span { border-color: #D3ED8B; }

 span { border-color: rgb(211,237,139); }

 td.TdClassName
 {
   border-color: #D3ED8B;
 }
 .TagClassName
 {
   border-color: #D3ED8B;
 }
</style>