#D2ECA3

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

Shades of Reef #D2ECA3

Tints of Reef #D2ECA3

Color information

#D2ECA3 (or 0xD2ECA3) is unknown color: approx Reef. HEX triplet: D2, EC and A3. RGB value is (210,236,163). Sum of RGB (Red+Green+Blue) = 210+236+163=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ECA3 is #2D135C. Grayscale: #DCDCDC. Windows color (decimal): -2954077 or 10742994. OLE color: 10742994.

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

Color convert

RGB210236163-
CMYK0.1100.310.07
HSL81.37º65.77%78.24%-
HSV(B)81.37º30.93%92.55%-
XYZ63.1876.3446.05-
YUV219.995.89120.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 163 (64.06% from 255) = 26.77%
R=34.48%
G=38.75%
B=26.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361630.1100.310.0781.3765.7778.24
HexD2ECA3B01F751424e
Octal322354243130377121102116
Binary1101001011101100101000111011011111111101000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECA3; }

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

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

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

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

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

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

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

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