#D4EEAF

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

Shades of Reef #D4EEAF

Tints of Reef #D4EEAF

Color information

#D4EEAF (or 0xD4EEAF) is unknown color: approx Reef. HEX triplet: D4, EE and AF. RGB value is (212,238,175). Sum of RGB (Red+Green+Blue) = 212+238+175=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEAF is #2B1150. Grayscale: #DFDFDF. Windows color (decimal): -2822481 or 11529940. OLE color: 11529940.

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

Color convert

RGB212238175-
CMYK0.1100.260.07
HSL84.76º64.95%80.98%-
HSV(B)84.76º26.47%93.33%-
XYZ65.4678.2452.21-
YUV223.04100.89120.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 28%
R=33.92%
G=38.08%
B=28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122381750.1100.260.0784.7664.9580.98
HexD4EEAFB01A7554151
Octal324356257130327125101121
Binary1101010011101110101011111011011010111101010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EEAF; }

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

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

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

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

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

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

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

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