#D2EBAF

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

Shades of Reef #D2EBAF

Tints of Reef #D2EBAF

Color information

#D2EBAF (or 0xD2EBAF) is unknown color: approx Reef. HEX triplet: D2, EB and AF. RGB value is (210,235,175). Sum of RGB (Red+Green+Blue) = 210+235+175=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EBAF is #2D1450. Grayscale: #DCDCDC. Windows color (decimal): -2954321 or 11529170. OLE color: 11529170.

HSL color Cylindrical-coordinate representation of color #D2EBAF: hue angle of 85º degrees, saturation: 0.6, 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 #D2EBAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB210235175-
CMYK0.1100.260.08
HSL85º60%80.39%-
HSV(B)85º25.53%92.16%-
XYZ64.0276.2151.89-
YUV220.68102.22120.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.87%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=33.87%
G=37.90%
B=28.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351750.1100.260.08856080.39
HexD2EBAFB01A8553c50
Octal322353257130321012574120
Binary1101001011101011101011111011011010100010101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBAF; }

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

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

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

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

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

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

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

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