Shades of Frostee #DCF1CB
Tints of Frostee #DCF1CB
RGB
CMYK
RGB Variations
Color information
#DCF1CB (or 0xDCF1CB) is known color: Frostee. HEX triplet: DC, F1 and CB. RGB value is (220,241,203). Sum of RGB (Red+Green+Blue) = 220+241+203=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1CB is #230E34. Grayscale: #E6E6E6. Windows color (decimal): -2297397 or 13365724. OLE color: 13365724.
HSL color Cylindrical-coordinate representation of color #DCF1CB: hue angle of 93.16º degrees, saturation: 0.58, 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 #DCF1CB is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 203 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.05 |
| HSL | 93.16º | 0.58% | 0.87% | - |
| HSV(B) | 93.16º | 0.16% | 0.95% | - |
| XYZ | 71.75 | 82.44 | 68.63 | - |
| YUV | 230.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 203 | 0.09 | 0 | 0.16 | 0.05 | 93.16 | 0.58 | 0.87 |
| Hex | DC | F1 | CB | 9 | 0 | 10 | 5 | 5D | 3A | 57 |
| Octal | 334 | 361 | 313 | 11 | 0 | 20 | 5 | 135 | 72 | 127 |
| Binary | 11011100 | 11110001 | 11001011 | 1001 | 0 | 10000 | 101 | 1011101 | 111010 | 1010111 |
Color Harmonies of #DCF1CB
Complementary color
Monochromatic Colors of #DCF1CB
Black with #DCF1CB
Text Example
Text Example
White with #DCF1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1CB; }
p { color: rgb(220,241,203); }
H1.HeaderClassName
{
color: #DCF1CB;
}
.AnyTagClassName
{
color: #DCF1CB;
}
</style>
background-color css
<style>
a { background-color: #DCF1CB; }
a { background-color: rgb(220,241,203); }
div.DivClassName
{
background-color: #DCF1CB;
}
.BgClassName
{
background-color: #DCF1CB;
}
</style>
border-color css
<style>
span { border-color: #DCF1CB; }
span { border-color: rgb(220,241,203); }
td.TdClassName
{
border-color: #DCF1CB;
}
.TagClassName
{
border-color: #DCF1CB;
}
</style>