#D2EAAD

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

Shades of Reef #D2EAAD

Tints of Reef #D2EAAD

Color information

#D2EAAD (or 0xD2EAAD) is unknown color: approx Reef. HEX triplet: D2, EA and AD. RGB value is (210,234,173). Sum of RGB (Red+Green+Blue) = 210+234+173=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EAAD is #2D1552. Grayscale: #DCDCDC. Windows color (decimal): -2954579 or 11397842. OLE color: 11397842.

HSL color Cylindrical-coordinate representation of color #D2EAAD: hue angle of 83.61º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2EAAD is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB210234173-
CMYK0.1000.260.08
HSL83.61º59.22%79.8%-
HSV(B)83.61º26.07%91.76%-
XYZ63.5475.5650.77-
YUV219.87101.55120.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.04%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=34.04%
G=37.93%
B=28.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341730.1000.260.0883.6159.2279.8
HexD2EAADA01A8543b50
Octal322352255120321012473120
Binary1101001011101010101011011010011010100010101001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAAD; }

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

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

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

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

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

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

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

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