Shades of Frost #DFE3C2
Tints of Frost #DFE3C2
RGB
CMYK
RGB Variations
Color information
#DFE3C2 (or 0xDFE3C2) is known color: Frost. HEX triplet: DF, E3 and C2. RGB value is (223,227,194). Sum of RGB (Red+Green+Blue) = 223+227+194=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3C2 is #201C3D. Grayscale: #DEDEDE. Windows color (decimal): -2104382 or 12772319. OLE color: 12772319.
HSL color Cylindrical-coordinate representation of color #DFE3C2: hue angle of 67.27º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFE3C2 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 227 | 194 | - |
CMYK | 0.02 | 0 | 0.15 | 0.11 |
HSL | 67.27º | 0.37% | 0.83% | - |
HSV(B) | 67.27º | 0.15% | 0.89% | - |
XYZ | 67.64 | 74.52 | 61.86 | - |
YUV | 222.04 | 112.17 | 128.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 227 | 194 | 0.02 | 0 | 0.15 | 0.11 | 67.27 | 0.37 | 0.83 |
Hex | DF | E3 | C2 | 2 | 0 | F | B | 43 | 25 | 53 |
Octal | 337 | 343 | 302 | 2 | 0 | 17 | 13 | 103 | 45 | 123 |
Binary | 11011111 | 11100011 | 11000010 | 10 | 0 | 1111 | 1011 | 1000011 | 100101 | 1010011 |
Color Harmonies of #DFE3C2
Complementary color
Monochromatic Colors of #DFE3C2
Black with #DFE3C2
Text Example
Text Example
White with #DFE3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3C2; }
p { color: rgb(223,227,194); }
H1.HeaderClassName
{
color: #DFE3C2;
}
.AnyTagClassName
{
color: #DFE3C2;
}
</style>
background-color css
<style>
a { background-color: #DFE3C2; }
a { background-color: rgb(223,227,194); }
div.DivClassName
{
background-color: #DFE3C2;
}
.BgClassName
{
background-color: #DFE3C2;
}
</style>
border-color css
<style>
span { border-color: #DFE3C2; }
span { border-color: rgb(223,227,194); }
td.TdClassName
{
border-color: #DFE3C2;
}
.TagClassName
{
border-color: #DFE3C2;
}
</style>