#D6F0CE

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

Shades of Snowy Mint #D6F0CE

Tints of Snowy Mint #D6F0CE

Color information

#D6F0CE (or 0xD6F0CE) is unknown color: approx Snowy Mint. HEX triplet: D6, F0 and CE. RGB value is (214,240,206). Sum of RGB (Red+Green+Blue) = 214+240+206=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0CE is #290F31. Grayscale: #E4E4E4. Windows color (decimal): -2690866 or 13562070. OLE color: 13562070.

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

Color convert

RGB214240206-
CMYK0.1100.140.06
HSL105.88º53.12%87.45%-
HSV(B)105.88º14.17%94.12%-
XYZ70.0381.0770.35-
YUV228.35115.39117.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.42%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=32.42%
G=36.36%
B=31.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402060.1100.140.06105.8853.1287.45
HexD6F0CEB0E66a3557
Octal32636031613016615265127
Binary11010110111100001100111010110111011011010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0CE; }

 p { color: rgb(214,240,206); }

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

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

 a { background-color: rgb(214,240,206); }

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

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

 span { border-color: rgb(214,240,206); }

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