#D6FDCC

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

Shades of Snowy Mint #D6FDCC

Tints of Snowy Mint #D6FDCC

Color information

#D6FDCC (or 0xD6FDCC) is unknown color: approx Snowy Mint. HEX triplet: D6, FD and CC. RGB value is (214,253,204). Sum of RGB (Red+Green+Blue) = 214+253+204=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D6FDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FDCC is #290233. Grayscale: #EBEBEB. Windows color (decimal): -2687540 or 13434326. OLE color: 13434326.

HSL color Cylindrical-coordinate representation of color #D6FDCC: hue angle of 107.76º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6FDCC is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB214253204-
CMYK0.1500.190.01
HSL107.76º92.45%89.61%-
HSV(B)107.76º19.37%99.22%-
XYZ73.7688.9170.4-
YUV235.75110.08112.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=31.89%
G=37.70%
B=30.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142532040.1500.190.01107.7692.4589.61
HexD6FDCCF01316c5c5a
Octal326375314170231154134132
Binary11010110111111011100110011110100111110110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FDCC; }

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

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

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

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

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

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

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

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