#D2ECCA

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

Shades of Snowy Mint #D2ECCA

Tints of Snowy Mint #D2ECCA

Color information

#D2ECCA (or 0xD2ECCA) is unknown color: approx Snowy Mint. HEX triplet: D2, EC and CA. RGB value is (210,236,202). Sum of RGB (Red+Green+Blue) = 210+236+202=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #D2ECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2ECCA is #2D1335. Grayscale: #E0E0E0. Windows color (decimal): -2954038 or 13298898. OLE color: 13298898.

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

Color convert

RGB210236202-
CMYK0.1100.140.07
HSL105.88º47.22%85.88%-
HSV(B)105.88º14.41%92.55%-
XYZ67.2377.9667.38-
YUV224.35115.39117.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=32.41%
G=36.42%
B=31.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102362020.1100.140.07105.8847.2285.88
HexD2ECCAB0E76a2f56
Octal32235431213016715257126
Binary11010010111011001100101010110111011111010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ECCA; }

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

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

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

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

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

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

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

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