Shades of Frost #DFE6C3
Tints of Frost #DFE6C3
RGB
CMYK
RGB Variations
Color information
#DFE6C3 (or 0xDFE6C3) is known color: Frost. HEX triplet: DF, E6 and C3. RGB value is (223,230,195). Sum of RGB (Red+Green+Blue) = 223+230+195=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE6C3 is #20193C. Grayscale: #E0E0E0. Windows color (decimal): -2103613 or 12838623. OLE color: 12838623.
HSL color Cylindrical-coordinate representation of color #DFE6C3: hue angle of 72º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFE6C3 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 195 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.10 |
| HSL | 72º | 0.41% | 0.83% | - |
| HSV(B) | 72º | 0.15% | 0.9% | - |
| XYZ | 68.58 | 76.22 | 62.73 | - |
| YUV | 223.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 195 | 0.03 | 0 | 0.15 | 0.10 | 72 | 0.41 | 0.83 |
| Hex | DF | E6 | C3 | 3 | 0 | F | A | 48 | 29 | 53 |
| Octal | 337 | 346 | 303 | 3 | 0 | 17 | 12 | 110 | 51 | 123 |
| Binary | 11011111 | 11100110 | 11000011 | 11 | 0 | 1111 | 1010 | 1001000 | 101001 | 1010011 |
Color Harmonies of #DFE6C3
Complementary color
Monochromatic Colors of #DFE6C3
Black with #DFE6C3
Text Example
Text Example
White with #DFE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6C3; }
p { color: rgb(223,230,195); }
H1.HeaderClassName
{
color: #DFE6C3;
}
.AnyTagClassName
{
color: #DFE6C3;
}
</style>
background-color css
<style>
a { background-color: #DFE6C3; }
a { background-color: rgb(223,230,195); }
div.DivClassName
{
background-color: #DFE6C3;
}
.BgClassName
{
background-color: #DFE6C3;
}
</style>
border-color css
<style>
span { border-color: #DFE6C3; }
span { border-color: rgb(223,230,195); }
td.TdClassName
{
border-color: #DFE6C3;
}
.TagClassName
{
border-color: #DFE6C3;
}
</style>