Html Css Color HEX #D9EAAF Reef

📋 copy color: '#D9EAAF'

red 217 ◦ green 234 ◦ blue 175

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

Shades of Reef #D9EAAF

Tints of Reef #D9EAAF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.38%

 BLUE value IS 175 (68.75% from 255) = 27.96%

R = 34.66%
G = 37.38%
B = 27.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D9EAAF (or 0xD9EAAF) is known color: Reef. HEX triplet: D9, EA and AF. RGB value is (217,234,175). Sum of RGB (Red+Green+Blue) = 217+234+175=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EAAF is #261550. Grayscale: #DEDEDE. Windows color (decimal): -2495825 or 11528921. OLE color: 11528921.

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

Color convert

RGB 217 234 175 -
CMYK 0.07 0 0.25 0.08
HSL 77.29º 0.58% 0.8% -
HSV(B) 77.29º 0.25% 0.92% -
XYZ 65.78 76.69 51.89 -
YUV 222.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 217 234 175 0.07 0 0.25 0.08 77.29 0.58 0.8
Hex D9 EA AF 7 0 19 8 4D 3A 50
Octal 331 352 257 7 0 31 10 115 72 120
Binary 11011001 11101010 10101111 111 0 11001 1000 1001101 111010 1010000

Color Harmonies of #D9EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAAF

Black with #D9EAAF

Text Example


Text Example

White with #D9EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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