Html Css Color HEX #D4EAAF Reef

📋 copy color: '#D4EAAF'

red 212 ◦ green 234 ◦ blue 175

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

Shades of Reef #D4EAAF

Tints of Reef #D4EAAF

RGB

 RED value IS 212 (83.2% from 255) = 34.14%

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

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

R = 34.14%
G = 37.68%
B = 28.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#D4EAAF (or 0xD4EAAF) is known color: Reef. HEX triplet: D4, EA and AF. RGB value is (212,234,175). Sum of RGB (Red+Green+Blue) = 212+234+175=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAF is #2B1550. Grayscale: #DCDCDC. Windows color (decimal): -2823505 or 11528916. OLE color: 11528916.

HSL color Cylindrical-coordinate representation of color #D4EAAF: hue angle of 82.37º 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 #D4EAAF is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 234 175 -
CMYK 0.09 0 0.25 0.08
HSL 82.37º 0.58% 0.8% -
HSV(B) 82.37º 0.25% 0.92% -
XYZ 64.31 75.94 51.83 -
YUV 220.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 212 234 175 0.09 0 0.25 0.08 82.37 0.58 0.8
Hex D4 EA AF 9 0 19 8 52 3A 50
Octal 324 352 257 11 0 31 10 122 72 120
Binary 11010100 11101010 10101111 1001 0 11001 1000 1010010 111010 1010000

Color Harmonies of #D4EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EAAF

Black with #D4EAAF

Text Example


Text Example

White with #D4EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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