#D6ECCC

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

Shades of Snowy Mint #D6ECCC

Tints of Snowy Mint #D6ECCC

Color information

#D6ECCC (or 0xD6ECCC) is unknown color: approx Snowy Mint. HEX triplet: D6, EC and CC. RGB value is (214,236,204). Sum of RGB (Red+Green+Blue) = 214+236+204=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECCC is #291333. Grayscale: #E1E1E1. Windows color (decimal): -2691892 or 13429974. OLE color: 13429974.

HSL color Cylindrical-coordinate representation of color #D6ECCC: hue angle of 101.25º degrees, saturation: 0.46, 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 #D6ECCC is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB214236204-
CMYK0.0900.140.07
HSL101.25º45.71%86.27%-
HSV(B)101.25º13.56%92.55%-
XYZ68.6378.6568.69-
YUV225.77115.71119.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=32.72%
G=36.09%
B=31.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142362040.0900.140.07101.2545.7186.27
HexD6ECCC90E7652e56
Octal32635431411016714556126
Binary11010110111011001100110010010111011111001011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECCC; }

 p { color: rgb(214,236,204); }

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

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

 a { background-color: rgb(214,236,204); }

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

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

 span { border-color: rgb(214,236,204); }

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