Shades of Snowy Mint #D3FBCB
Tints of Snowy Mint #D3FBCB
RGB
CMYK
RGB Variations
Color information
#D3FBCB (or 0xD3FBCB) is known color: Snowy Mint. HEX triplet: D3, FB and CB. RGB value is (211,251,203). Sum of RGB (Red+Green+Blue) = 211+251+203=665 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.73% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FBCB is #2C0434. Grayscale: #E9E9E9. Windows color (decimal): -2884661 or 13368275. OLE color: 13368275.
HSL color Cylindrical-coordinate representation of color #D3FBCB: hue angle of 110º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3FBCB is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 203 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.02 |
| HSL | 110º | 0.86% | 0.89% | - |
| HSV(B) | 110º | 0.19% | 0.98% | - |
| XYZ | 72.14 | 87.16 | 69.52 | - |
| YUV | 233.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 203 | 0.16 | 0 | 0.19 | 0.02 | 110 | 0.86 | 0.89 |
| Hex | D3 | FB | CB | 10 | 0 | 13 | 2 | 6E | 56 | 59 |
| Octal | 323 | 373 | 313 | 20 | 0 | 23 | 2 | 156 | 126 | 131 |
| Binary | 11010011 | 11111011 | 11001011 | 10000 | 0 | 10011 | 10 | 1101110 | 1010110 | 1011001 |
Color Harmonies of #D3FBCB
Complementary color
Monochromatic Colors of #D3FBCB
Black with #D3FBCB
Text Example
Text Example
White with #D3FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FBCB; }
p { color: rgb(211,251,203); }
H1.HeaderClassName
{
color: #D3FBCB;
}
.AnyTagClassName
{
color: #D3FBCB;
}
</style>
background-color css
<style>
a { background-color: #D3FBCB; }
a { background-color: rgb(211,251,203); }
div.DivClassName
{
background-color: #D3FBCB;
}
.BgClassName
{
background-color: #D3FBCB;
}
</style>
border-color css
<style>
span { border-color: #D3FBCB; }
span { border-color: rgb(211,251,203); }
td.TdClassName
{
border-color: #D3FBCB;
}
.TagClassName
{
border-color: #D3FBCB;
}
</style>