#D2EEAB

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

Shades of Reef #D2EEAB

Tints of Reef #D2EEAB

Color information

#D2EEAB (or 0xD2EEAB) is unknown color: approx Reef. HEX triplet: D2, EE and AB. RGB value is (210,238,171). Sum of RGB (Red+Green+Blue) = 210+238+171=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAB is #2D1154. Grayscale: #DEDEDE. Windows color (decimal): -2953557 or 11267794. OLE color: 11267794.

HSL color Cylindrical-coordinate representation of color #D2EEAB: hue angle of 85.07º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2EEAB is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB210238171-
CMYK0.1200.280.07
HSL85.07º66.34%80.2%-
HSV(B)85.07º28.15%93.33%-
XYZ64.577.7950.14-
YUV221.9999.22119.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.93%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 171 (67.19% from 255) = 27.63%
R=33.93%
G=38.45%
B=27.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381710.1200.280.0785.0766.3480.2
HexD2EEABC01C7554250
Octal322356253140347125102120
Binary1101001011101110101010111100011100111101010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEAB; }

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

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

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

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

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

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

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

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