#D4ECAE

Color #D4ECAE Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D4ECAE

Tints of Reef #D4ECAE

Color information

#D4ECAE (or 0xD4ECAE) is unknown color: approx Reef. HEX triplet: D4, EC and AE. RGB value is (212,236,174). Sum of RGB (Red+Green+Blue) = 212+236+174=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4ECAE is #2B1351. Grayscale: #DDDDDD. Windows color (decimal): -2822994 or 11463892. OLE color: 11463892.

HSL color Cylindrical-coordinate representation of color #D4ECAE: hue angle of 83.23º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4ECAE is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB212236174-
CMYK0.1000.260.07
HSL83.23º62%80.39%-
HSV(B)83.23º26.27%92.55%-
XYZ64.7977.0451.5-
YUV221.76101.05121.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.08%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=34.08%
G=37.94%
B=27.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122361740.1000.260.0783.236280.39
HexD4ECAEA01A7533e50
Octal32435425612032712376120
Binary110101001110110010101110101001101011110100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECAE; }

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

 H1.HeaderClassName
 {
   color: #D4ECAE;
 }
 .AnyTagClassName
 {
   color: #D4ECAE;
 }
</style>
background-color css

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

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

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

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

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

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