Shades of Frost #DCDFC4
Tints of Frost #DCDFC4
RGB
CMYK
RGB Variations
Color information
#DCDFC4 (or 0xDCDFC4) is known color: Frost. HEX triplet: DC, DF and C4. RGB value is (220,223,196). Sum of RGB (Red+Green+Blue) = 220+223+196=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC4 is #23203B. Grayscale: #DBDBDB. Windows color (decimal): -2302012 or 12902364. OLE color: 12902364.
HSL color Cylindrical-coordinate representation of color #DCDFC4: hue angle of 66.67º degrees, saturation: 0.3, 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 #DCDFC4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 196 | - |
CMYK | 0.01 | 0 | 0.12 | 0.13 |
HSL | 66.67º | 0.3% | 0.82% | - |
HSV(B) | 66.67º | 0.12% | 0.87% | - |
XYZ | 65.87 | 71.98 | 62.65 | - |
YUV | 219.03 | 115.01 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 196 | 0.01 | 0 | 0.12 | 0.13 | 66.67 | 0.3 | 0.82 |
Hex | DC | DF | C4 | 1 | 0 | C | D | 43 | 1E | 52 |
Octal | 334 | 337 | 304 | 1 | 0 | 14 | 15 | 103 | 36 | 122 |
Binary | 11011100 | 11011111 | 11000100 | 1 | 0 | 1100 | 1101 | 1000011 | 11110 | 1010010 |
Color Harmonies of #DCDFC4
Complementary color
Monochromatic Colors of #DCDFC4
Black with #DCDFC4
Text Example
Text Example
White with #DCDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFC4; }
p { color: rgb(220,223,196); }
H1.HeaderClassName
{
color: #DCDFC4;
}
.AnyTagClassName
{
color: #DCDFC4;
}
</style>
background-color css
<style>
a { background-color: #DCDFC4; }
a { background-color: rgb(220,223,196); }
div.DivClassName
{
background-color: #DCDFC4;
}
.BgClassName
{
background-color: #DCDFC4;
}
</style>
border-color css
<style>
span { border-color: #DCDFC4; }
span { border-color: rgb(220,223,196); }
td.TdClassName
{
border-color: #DCDFC4;
}
.TagClassName
{
border-color: #DCDFC4;
}
</style>