#D9EAAA

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

Shades of Reef #D9EAAA

Tints of Reef #D9EAAA

Color information

#D9EAAA (or 0xD9EAAA) is unknown color: approx Reef. HEX triplet: D9, EA and AA. RGB value is (217,234,170). Sum of RGB (Red+Green+Blue) = 217+234+170=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EAAA is #261555. Grayscale: #DDDDDD. Windows color (decimal): -2495830 or 11201241. OLE color: 11201241.

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

Color convert

RGB217234170-
CMYK0.0700.270.08
HSL75.94º60.38%79.22%-
HSV(B)75.94º27.35%91.76%-
XYZ65.2976.549.35-
YUV221.6298.87124.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=34.94%
G=37.68%
B=27.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172341700.0700.270.0875.9460.3879.22
HexD9EAAA701B84c3c4f
Octal33135225270331011474117
Binary110110011110101010101010111011011100010011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAAA; }

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

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

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

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

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

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

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

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