Html Css Color HEX #D4E4AE Reef

📋 copy color: '#D4E4AE'

red 212 ◦ green 228 ◦ blue 174

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

Shades of Reef #D4E4AE

Tints of Reef #D4E4AE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.13%

 BLUE value IS 174 (68.36% from 255) = 28.34%

R = 34.53%
G = 37.13%
B = 28.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#D4E4AE (or 0xD4E4AE) is known color: Reef. HEX triplet: D4, E4 and AE. RGB value is (212,228,174). Sum of RGB (Red+Green+Blue) = 212+228+174=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #D4E4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E4AE is #2B1B51. Grayscale: #D9D9D9. Windows color (decimal): -2825042 or 11461844. OLE color: 11461844.

HSL color Cylindrical-coordinate representation of color #D4E4AE: hue angle of 77.78º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4E4AE is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 228 174 -
CMYK 0.07 0 0.24 0.11
HSL 77.78º 0.5% 0.79% -
HSV(B) 77.78º 0.24% 0.89% -
XYZ 62.53 72.54 50.75 -
YUV 217.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 212 228 174 0.07 0 0.24 0.11 77.78 0.5 0.79
Hex D4 E4 AE 7 0 18 B 4E 32 4F
Octal 324 344 256 7 0 30 13 116 62 117
Binary 11010100 11100100 10101110 111 0 11000 1011 1001110 110010 1001111

Color Harmonies of #D4E4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E4AE

Black with #D4E4AE

Text Example


Text Example

White with #D4E4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E4AE; }

 p { color: rgb(212,228,174); }

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

background-color css

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

 a { background-color: rgb(212,228,174); }

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

border-color css

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

 span { border-color: rgb(212,228,174); }

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