#D4EAAE

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

Shades of Reef #D4EAAE

Tints of Reef #D4EAAE

Color information

#D4EAAE (or 0xD4EAAE) is unknown color: approx Reef. HEX triplet: D4, EA and AE. RGB value is (212,234,174). Sum of RGB (Red+Green+Blue) = 212+234+174=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAE is #2B1551. Grayscale: #DCDCDC. Windows color (decimal): -2823506 or 11463380. OLE color: 11463380.

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

Color convert

RGB212234174-
CMYK0.0900.260.08
HSL82º58.82%80%-
HSV(B)82º25.64%91.76%-
XYZ64.2175.951.31-
YUV220.58101.71121.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.19%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=34.19%
G=37.74%
B=28.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341740.0900.260.088258.8280
HexD4EAAE901A8523b50
Octal324352256110321012273120
Binary1101010011101010101011101001011010100010100101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAAE; }

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

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

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

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

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

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

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

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