Shades of Frost #DCDFC5
Tints of Frost #DCDFC5
RGB
CMYK
RGB Variations
Color information
#DCDFC5 (or 0xDCDFC5) is known color: Frost. HEX triplet: DC, DF and C5. RGB value is (220,223,197). Sum of RGB (Red+Green+Blue) = 220+223+197=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC5 is #23203A. Grayscale: #DBDBDB. Windows color (decimal): -2302011 or 12967900. OLE color: 12967900.
HSL color Cylindrical-coordinate representation of color #DCDFC5: hue angle of 66.92º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDFC5 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 197 | - |
CMYK | 0.01 | 0 | 0.12 | 0.13 |
HSL | 66.92º | 0.29% | 0.82% | - |
HSV(B) | 66.92º | 0.12% | 0.87% | - |
XYZ | 65.98 | 72.02 | 63.25 | - |
YUV | 219.14 | 115.51 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 197 | 0.01 | 0 | 0.12 | 0.13 | 66.92 | 0.29 | 0.82 |
Hex | DC | DF | C5 | 1 | 0 | C | D | 43 | 1D | 52 |
Octal | 334 | 337 | 305 | 1 | 0 | 14 | 15 | 103 | 35 | 122 |
Binary | 11011100 | 11011111 | 11000101 | 1 | 0 | 1100 | 1101 | 1000011 | 11101 | 1010010 |
Color Harmonies of #DCDFC5
Complementary color
Monochromatic Colors of #DCDFC5
Black with #DCDFC5
Text Example
Text Example
White with #DCDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC5; }
p { color: rgb(220,223,197); }
H1.HeaderClassName
{
color: #DCDFC5;
}
.AnyTagClassName
{
color: #DCDFC5;
}
</style>
background-color css
<style>
a { background-color: #DCDFC5; }
a { background-color: rgb(220,223,197); }
div.DivClassName
{
background-color: #DCDFC5;
}
.BgClassName
{
background-color: #DCDFC5;
}
</style>
border-color css
<style>
span { border-color: #DCDFC5; }
span { border-color: rgb(220,223,197); }
td.TdClassName
{
border-color: #DCDFC5;
}
.TagClassName
{
border-color: #DCDFC5;
}
</style>