Shades of Snowy Mint #D6FCCB
Tints of Snowy Mint #D6FCCB
RGB
CMYK
RGB Variations
Color information
#D6FCCB (or 0xD6FCCB) is known color: 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
| RGB | 214 | 252 | 203 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.01 |
| HSL | 106.53º | 0.89% | 0.89% | - |
| HSV(B) | 106.53º | 0.19% | 0.99% | - |
| XYZ | 73.32 | 88.23 | 69.67 | - |
| YUV | 235.05 | 109.91 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 252 | 203 | 0.15 | 0 | 0.19 | 0.01 | 106.53 | 0.89 | 0.89 |
| Hex | D6 | FC | CB | F | 0 | 13 | 1 | 6B | 59 | 59 |
| Octal | 326 | 374 | 313 | 17 | 0 | 23 | 1 | 153 | 131 | 131 |
| Binary | 11010110 | 11111100 | 11001011 | 1111 | 0 | 10011 | 1 | 1101011 | 1011001 | 1011001 |
Color Harmonies of #D6FCCB
Complementary color
Monochromatic Colors of #D6FCCB
Black with #D6FCCB
Text Example
Text Example
White with #D6FCCB
Text Example
Text Example
HTML Codes & Css Web 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>