#D2EEAD

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

Shades of Reef #D2EEAD

Tints of Reef #D2EEAD

Color information

#D2EEAD (or 0xD2EEAD) is unknown color: approx Reef. HEX triplet: D2, EE and AD. RGB value is (210,238,173). Sum of RGB (Red+Green+Blue) = 210+238+173=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAD is #2D1152. Grayscale: #DEDEDE. Windows color (decimal): -2953555 or 11398866. OLE color: 11398866.

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

Color convert

RGB210238173-
CMYK0.1200.270.07
HSL85.85º65.66%80.59%-
HSV(B)85.85º27.31%93.33%-
XYZ64.777.8751.16-
YUV222.22100.22119.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=33.82%
G=38.33%
B=27.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381730.1200.270.0785.8565.6680.59
HexD2EEADC01B7564251
Octal322356255140337126102121
Binary1101001011101110101011011100011011111101011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EEAD; }

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

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

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

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

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

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

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

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