#D6FCCA

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

Shades of Snowy Mint #D6FCCA

Tints of Snowy Mint #D6FCCA

Color information

#D6FCCA (or 0xD6FCCA) is unknown color: approx Snowy Mint. HEX triplet: D6, FC and CA. RGB value is (214,252,202). Sum of RGB (Red+Green+Blue) = 214+252+202=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCCA is #290335. Grayscale: #EBEBEB. Windows color (decimal): -2687798 or 13302998. OLE color: 13302998.

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

Color convert

RGB214252202-
CMYK0.1500.200.01
HSL105.6º89.29%89.02%-
HSV(B)105.6º19.84%98.82%-
XYZ73.288.1869.04-
YUV234.94109.41113.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=32.04%
G=37.72%
B=30.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522020.1500.200.01105.689.2989.02
HexD6FCCAF01416a5959
Octal326374312170241152131131
Binary11010110111111001100101011110101001110101010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCCA; }

 p { color: rgb(214,252,202); }

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

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

 a { background-color: rgb(214,252,202); }

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

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

 span { border-color: rgb(214,252,202); }

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