#D6FCCB

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

Shades of Snowy Mint #D6FCCB

Tints of Snowy Mint #D6FCCB

Color information

#D6FCCB (or 0xD6FCCB) is unknown color: approx Snowy Mint. HEX triplet: D6, FC and CB. RGB value is (214,252,203). Sum of RGB (Red+Green+Blue) = 214+252+203=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCCB is #290334. Grayscale: #EBEBEB. Windows color (decimal): -2687797 or 13368534. OLE color: 13368534.

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

Color convert

RGB214252203-
CMYK0.1500.190.01
HSL106.53º89.09%89.22%-
HSV(B)106.53º19.44%98.82%-
XYZ73.3288.2369.67-
YUV235.05109.91112.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 252 (98.83% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=31.99%
G=37.67%
B=30.34%

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
Decimal2142522030.1500.190.01106.5389.0989.22
HexD6FCCBF01316b5959
Octal326374313170231153131131
Binary11010110111111001100101111110100111110101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCCB; }

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

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

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

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

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

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

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

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