#D6F3CE

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

Shades of Snowy Mint #D6F3CE

Tints of Snowy Mint #D6F3CE

Color information

#D6F3CE (or 0xD6F3CE) is unknown color: approx Snowy Mint. HEX triplet: D6, F3 and CE. RGB value is (214,243,206). Sum of RGB (Red+Green+Blue) = 214+243+206=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3CE is #290C31. Grayscale: #E6E6E6. Windows color (decimal): -2690098 or 13562838. OLE color: 13562838.

HSL color Cylindrical-coordinate representation of color #D6F3CE: hue angle of 107.03º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6F3CE is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB214243206-
CMYK0.1200.150.05
HSL107.03º60.66%88.04%-
HSV(B)107.03º15.23%95.29%-
XYZ70.9282.8570.65-
YUV230.11114.39116.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 206 (80.86% from 255) = 31.07%
R=32.28%
G=36.65%
B=31.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432060.1200.150.05107.0360.6688.04
HexD6F3CEC0F56b3d58
Octal32636331614017515375130
Binary11010110111100111100111011000111110111010111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3CE; }

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

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

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

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

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

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

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

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