#D1EB8D

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

Shades of Sulu #D1EB8D

Tints of Sulu #D1EB8D

Color information

#D1EB8D (or 0xD1EB8D) is unknown color: approx Sulu. HEX triplet: D1, EB and 8D. RGB value is (209,235,141). Sum of RGB (Red+Green+Blue) = 209+235+141=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EB8D is #2E1472. Grayscale: #D8D8D8. Windows color (decimal): -3019891 or 9300945. OLE color: 9300945.

HSL color Cylindrical-coordinate representation of color #D1EB8D: hue angle of 76.6º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1EB8D is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB209235141-
CMYK0.1100.40.08
HSL76.6º70.15%73.73%-
HSV(B)76.6º40%92.16%-
XYZ60.8174.936.45-
YUV216.5185.39122.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 235 (92.19% from 255) = 40.17%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=35.73%
G=40.17%
B=24.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351410.1100.40.0876.670.1573.73
HexD1EB8DB02884d464a
Octal3213532151305010115106112
Binary110100011110101110001101101101010001000100110110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB8D; }

 p { color: rgb(209,235,141); }

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

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

 a { background-color: rgb(209,235,141); }

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

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

 span { border-color: rgb(209,235,141); }

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