#D4EFAE

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

Shades of Reef #D4EFAE

Tints of Reef #D4EFAE

Color information

#D4EFAE (or 0xD4EFAE) is unknown color: approx Reef. HEX triplet: D4, EF and AE. RGB value is (212,239,174). Sum of RGB (Red+Green+Blue) = 212+239+174=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAE is #2B1051. Grayscale: #DFDFDF. Windows color (decimal): -2822226 or 11464660. OLE color: 11464660.

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

Color convert

RGB212239174-
CMYK0.1100.270.06
HSL84.92º67.01%80.98%-
HSV(B)84.92º27.2%93.73%-
XYZ65.6678.7951.79-
YUV223.52100.05119.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=33.92%
G=38.24%
B=27.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122391740.1100.270.0684.9267.0180.98
HexD4EFAEB01B6554351
Octal324357256130336125103121
Binary1101010011101111101011101011011011110101010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFAE; }

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

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

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

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

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

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

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

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