#D4EFAF

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

Shades of Reef #D4EFAF

Tints of Reef #D4EFAF

Color information

#D4EFAF (or 0xD4EFAF) is unknown color: approx Reef. HEX triplet: D4, EF and AF. RGB value is (212,239,175). Sum of RGB (Red+Green+Blue) = 212+239+175=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EFAF is #2B1050. Grayscale: #DFDFDF. Windows color (decimal): -2822225 or 11530196. OLE color: 11530196.

HSL color Cylindrical-coordinate representation of color #D4EFAF: hue angle of 85.31º 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 #D4EFAF is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB212239175-
CMYK0.1100.270.06
HSL85.31º66.67%81.18%-
HSV(B)85.31º26.78%93.73%-
XYZ65.7678.8352.31-
YUV223.63100.55119.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=33.87%
G=38.18%
B=27.96%

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
Decimal2122391750.1100.270.0685.3166.6781.18
HexD4EFAFB01B6554351
Octal324357257130336125103121
Binary1101010011101111101011111011011011110101010110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFAF; }

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

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

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

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

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

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

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

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