Html Css Color HEX #D9E9AA Reef

📋 copy color: '#D9E9AA'

red 217 ◦ green 233 ◦ blue 170

#D9E9AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D9E9AA

Tints of Reef #D9E9AA

RGB

 RED value IS 217 (85.16% from 255) = 35%

 GREEN value IS 233 (91.41% from 255) = 37.58%

 BLUE value IS 170 (66.8% from 255) = 27.42%

R = 35%
G = 37.58%
B = 27.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#D9E9AA (or 0xD9E9AA) is known color: Reef. HEX triplet: D9, E9 and AA. RGB value is (217,233,170). Sum of RGB (Red+Green+Blue) = 217+233+170=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E9AA is #261655. Grayscale: #DDDDDD. Windows color (decimal): -2496086 or 11200985. OLE color: 11200985.

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

Color convert

RGB 217 233 170 -
CMYK 0.07 0 0.27 0.09
HSL 75.24º 0.59% 0.79% -
HSV(B) 75.24º 0.27% 0.91% -
XYZ 65.01 75.93 49.26 -
YUV 221.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 217 233 170 0.07 0 0.27 0.09 75.24 0.59 0.79
Hex D9 E9 AA 7 0 1B 9 4B 3B 4F
Octal 331 351 252 7 0 33 11 113 73 117
Binary 11011001 11101001 10101010 111 0 11011 1001 1001011 111011 1001111

Color Harmonies of #D9E9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E9AA

Black with #D9E9AA

Text Example


Text Example

White with #D9E9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E9AA; }

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

 H1.HeaderClassName
 {
   color: #D9E9AA;
 }
 .AnyTagClassName
 {
   color: #D9E9AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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