Html Css Color HEX #D9EBAA Reef

📋 copy color: '#D9EBAA'

red 217 ◦ green 235 ◦ blue 170

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

Shades of Reef #D9EBAA

Tints of Reef #D9EBAA

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.8% from 255) = 27.33%

R = 34.89%
G = 37.78%
B = 27.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#D9EBAA (or 0xD9EBAA) is known color: 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

RGB 217 235 170 -
CMYK 0.08 0 0.28 0.08
HSL 76.62º 0.62% 0.79% -
HSV(B) 76.62º 0.28% 0.92% -
XYZ 65.58 77.07 49.45 -
YUV 222.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 217 235 170 0.08 0 0.28 0.08 76.62 0.62 0.79
Hex D9 EB AA 8 0 1C 8 4D 3E 4F
Octal 331 353 252 10 0 34 10 115 76 117
Binary 11011001 11101011 10101010 1000 0 11100 1000 1001101 111110 1001111

Color Harmonies of #D9EBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBAA

Black with #D9EBAA

Text Example


Text Example

White with #D9EBAA

Text Example


Text Example

HTML Codes & Css Web 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>