Shades of Snowy Mint #DCFFCB
Tints of Snowy Mint #DCFFCB
RGB
CMYK
RGB Variations
Color information
#DCFFCB (or 0xDCFFCB) is known color: Snowy Mint. HEX triplet: DC, FF and CB. RGB value is (220,255,203). Sum of RGB (Red+Green+Blue) = 220+255+203=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 203 (79.69% from 255 or 29.94% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFCB is #230034. Grayscale: #EEEEEE. Windows color (decimal): -2293813 or 13369308. OLE color: 13369308.
HSL color Cylindrical-coordinate representation of color #DCFFCB: hue angle of 100.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCFFCB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 203 | - |
| CMYK | 0.14 | 0 | 0.20 | 0 |
| HSL | 100.38º | 1% | 0.9% | - |
| HSV(B) | 100.38º | 0.2% | 1% | - |
| XYZ | 76.05 | 91.05 | 70.07 | - |
| YUV | 238.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 203 | 0.14 | 0 | 0.20 | 0 | 100.38 | 1 | 0.9 |
| Hex | DC | FF | CB | E | 0 | 14 | 0 | 64 | 64 | 5A |
| Octal | 334 | 377 | 313 | 16 | 0 | 24 | 0 | 144 | 144 | 132 |
| Binary | 11011100 | 11111111 | 11001011 | 1110 | 0 | 10100 | 0 | 1100100 | 1100100 | 1011010 |
Color Harmonies of #DCFFCB
Complementary color
Monochromatic Colors of #DCFFCB
Black with #DCFFCB
Text Example
Text Example
White with #DCFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFCB; }
p { color: rgb(220,255,203); }
H1.HeaderClassName
{
color: #DCFFCB;
}
.AnyTagClassName
{
color: #DCFFCB;
}
</style>
background-color css
<style>
a { background-color: #DCFFCB; }
a { background-color: rgb(220,255,203); }
div.DivClassName
{
background-color: #DCFFCB;
}
.BgClassName
{
background-color: #DCFFCB;
}
</style>
border-color css
<style>
span { border-color: #DCFFCB; }
span { border-color: rgb(220,255,203); }
td.TdClassName
{
border-color: #DCFFCB;
}
.TagClassName
{
border-color: #DCFFCB;
}
</style>