Shades of Snowy Mint #D6F3CB
Tints of Snowy Mint #D6F3CB
RGB
CMYK
RGB Variations
Color information
#D6F3CB (or 0xD6F3CB) is known color: Snowy Mint. HEX triplet: D6, F3 and CB. RGB value is (214,243,203). Sum of RGB (Red+Green+Blue) = 214+243+203=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3CB is #290C34. Grayscale: #E5E5E5. Windows color (decimal): -2690101 or 13366230. OLE color: 13366230.
HSL color Cylindrical-coordinate representation of color #D6F3CB: hue angle of 103.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6F3CB is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 203 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.05 |
| HSL | 103.5º | 0.63% | 0.87% | - |
| HSV(B) | 103.5º | 0.16% | 0.95% | - |
| XYZ | 70.56 | 82.71 | 68.75 | - |
| YUV | 229.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 203 | 0.12 | 0 | 0.16 | 0.05 | 103.5 | 0.63 | 0.87 |
| Hex | D6 | F3 | CB | C | 0 | 10 | 5 | 68 | 3E | 57 |
| Octal | 326 | 363 | 313 | 14 | 0 | 20 | 5 | 150 | 76 | 127 |
| Binary | 11010110 | 11110011 | 11001011 | 1100 | 0 | 10000 | 101 | 1101000 | 111110 | 1010111 |
Color Harmonies of #D6F3CB
Complementary color
Monochromatic Colors of #D6F3CB
Black with #D6F3CB
Text Example
Text Example
White with #D6F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F3CB; }
p { color: rgb(214,243,203); }
H1.HeaderClassName
{
color: #D6F3CB;
}
.AnyTagClassName
{
color: #D6F3CB;
}
</style>
background-color css
<style>
a { background-color: #D6F3CB; }
a { background-color: rgb(214,243,203); }
div.DivClassName
{
background-color: #D6F3CB;
}
.BgClassName
{
background-color: #D6F3CB;
}
</style>
border-color css
<style>
span { border-color: #D6F3CB; }
span { border-color: rgb(214,243,203); }
td.TdClassName
{
border-color: #D6F3CB;
}
.TagClassName
{
border-color: #D6F3CB;
}
</style>