#D2ECAC

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

Shades of Reef #D2ECAC

Tints of Reef #D2ECAC

Color information

#D2ECAC (or 0xD2ECAC) is unknown color: approx Reef. HEX triplet: D2, EC and AC. RGB value is (210,236,172). Sum of RGB (Red+Green+Blue) = 210+236+172=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECAC is #2D1353. Grayscale: #DDDDDD. Windows color (decimal): -2954068 or 11332818. OLE color: 11332818.

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

Color convert

RGB210236172-
CMYK0.1100.270.07
HSL84.38º62.75%80%-
HSV(B)84.38º27.12%92.55%-
XYZ64.0276.6750.45-
YUV220.93100.39120.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=33.98%
G=38.19%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361720.1100.270.0784.3862.7580
HexD2ECACB01B7543f50
Octal32235425413033712477120
Binary110100101110110010101100101101101111110101001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECAC; }

 p { color: rgb(210,236,172); }

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

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

 a { background-color: rgb(210,236,172); }

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

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

 span { border-color: rgb(210,236,172); }

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