#D2EEAF

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

Shades of Reef #D2EEAF

Tints of Reef #D2EEAF

Color information

#D2EEAF (or 0xD2EEAF) is unknown color: approx Reef. HEX triplet: D2, EE and AF. RGB value is (210,238,175). Sum of RGB (Red+Green+Blue) = 210+238+175=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAF is #2D1150. Grayscale: #DEDEDE. Windows color (decimal): -2953553 or 11529938. OLE color: 11529938.

HSL color Cylindrical-coordinate representation of color #D2EEAF: hue angle of 86.67º 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 #D2EEAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB210238175-
CMYK0.1200.260.07
HSL86.67º64.95%80.98%-
HSV(B)86.67º26.47%93.33%-
XYZ64.8977.9552.18-
YUV222.45101.22119.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.71%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=33.71%
G=38.20%
B=28.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381750.1200.260.0786.6764.9580.98
HexD2EEAFC01A7574151
Octal322356257140327127101121
Binary1101001011101110101011111100011010111101011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEAF; }

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

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

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

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

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

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

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

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