#D9EBAA

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

Shades of Reef #D9EBAA

Tints of Reef #D9EBAA

Color information

#D9EBAA (or 0xD9EBAA) is unknown color: approx Reef. HEX triplet: D9, EB and AA. RGB value is (217,235,170). Sum of RGB (Red+Green+Blue) = 217+235+170=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EBAA is #261455. Grayscale: #DEDEDE. Windows color (decimal): -2495574 or 11201497. OLE color: 11201497.

HSL color Cylindrical-coordinate representation of color #D9EBAA: hue angle of 76.62º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9EBAA is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB217235170-
CMYK0.0800.280.08
HSL76.62º61.9%79.41%-
HSV(B)76.62º27.66%92.16%-
XYZ65.5877.0749.45-
YUV222.2198.54124.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=34.89%
G=37.78%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351700.0800.280.0876.6261.979.41
HexD9EBAA801C84d3e4f
Octal331353252100341011576117
Binary1101100111101011101010101000011100100010011011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EBAA; }

 p { color: rgb(217,235,170); }

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

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

 a { background-color: rgb(217,235,170); }

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

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

 span { border-color: rgb(217,235,170); }

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