Html Css Color HEX #D4EDAE Reef

📋 copy color: '#D4EDAE'

red 212 ◦ green 237 ◦ blue 174

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

Shades of Reef #D4EDAE

Tints of Reef #D4EDAE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

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

R = 34.03%
G = 38.04%
B = 27.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D4EDAE (or 0xD4EDAE) is known color: Reef. HEX triplet: D4, ED and AE. RGB value is (212,237,174). Sum of RGB (Red+Green+Blue) = 212+237+174=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDAE is #2B1251. Grayscale: #DEDEDE. Windows color (decimal): -2822738 or 11464148. OLE color: 11464148.

HSL color Cylindrical-coordinate representation of color #D4EDAE: hue angle of 83.81º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4EDAE is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 237 174 -
CMYK 0.11 0 0.27 0.07
HSL 83.81º 0.64% 0.81% -
HSV(B) 83.81º 0.27% 0.93% -
XYZ 65.08 77.62 51.6 -
YUV 222.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 212 237 174 0.11 0 0.27 0.07 83.81 0.64 0.81
Hex D4 ED AE B 0 1B 7 54 40 51
Octal 324 355 256 13 0 33 7 124 100 121
Binary 11010100 11101101 10101110 1011 0 11011 111 1010100 1000000 1010001

Color Harmonies of #D4EDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDAE

Black with #D4EDAE

Text Example


Text Example

White with #D4EDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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