Shades of Frost #DCDEC1
Tints of Frost #DCDEC1
RGB
CMYK
RGB Variations
Color information
#DCDEC1 (or 0xDCDEC1) is known color: Frost. HEX triplet: DC, DE and C1. RGB value is (220,222,193). Sum of RGB (Red+Green+Blue) = 220+222+193=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC1 is #23213E. Grayscale: #DADADA. Windows color (decimal): -2302271 or 12705500. OLE color: 12705500.
HSL color Cylindrical-coordinate representation of color #DCDEC1: hue angle of 64.14º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDEC1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 193 | - |
CMYK | 0.01 | 0 | 0.13 | 0.13 |
HSL | 64.14º | 0.31% | 0.81% | - |
HSV(B) | 64.14º | 0.13% | 0.87% | - |
XYZ | 65.26 | 71.31 | 60.78 | - |
YUV | 218.1 | 113.84 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 193 | 0.01 | 0 | 0.13 | 0.13 | 64.14 | 0.31 | 0.81 |
Hex | DC | DE | C1 | 1 | 0 | D | D | 40 | 1F | 51 |
Octal | 334 | 336 | 301 | 1 | 0 | 15 | 15 | 100 | 37 | 121 |
Binary | 11011100 | 11011110 | 11000001 | 1 | 0 | 1101 | 1101 | 1000000 | 11111 | 1010001 |
Color Harmonies of #DCDEC1
Complementary color
Monochromatic Colors of #DCDEC1
Black with #DCDEC1
Text Example
Text Example
White with #DCDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEC1; }
p { color: rgb(220,222,193); }
H1.HeaderClassName
{
color: #DCDEC1;
}
.AnyTagClassName
{
color: #DCDEC1;
}
</style>
background-color css
<style>
a { background-color: #DCDEC1; }
a { background-color: rgb(220,222,193); }
div.DivClassName
{
background-color: #DCDEC1;
}
.BgClassName
{
background-color: #DCDEC1;
}
</style>
border-color css
<style>
span { border-color: #DCDEC1; }
span { border-color: rgb(220,222,193); }
td.TdClassName
{
border-color: #DCDEC1;
}
.TagClassName
{
border-color: #DCDEC1;
}
</style>