Shades of Frost #DDDFCE
Tints of Frost #DDDFCE
RGB
CMYK
RGB Variations
Color information
#DDDFCE (or 0xDDDFCE) is known color: Frost. HEX triplet: DD, DF and CE. RGB value is (221,223,206). Sum of RGB (Red+Green+Blue) = 221+223+206=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCE is #222031. Grayscale: #DCDCDC. Windows color (decimal): -2236466 or 13557725. OLE color: 13557725.
HSL color Cylindrical-coordinate representation of color #DDDFCE: hue angle of 67.06º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDFCE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 206 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.13 |
| HSL | 67.06º | 0.21% | 0.84% | - |
| HSV(B) | 67.06º | 0.08% | 0.87% | - |
| XYZ | 67.35 | 72.6 | 68.86 | - |
| YUV | 220.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 206 | 0.01 | 0 | 0.08 | 0.13 | 67.06 | 0.21 | 0.84 |
| Hex | DD | DF | CE | 1 | 0 | 8 | D | 43 | 15 | 54 |
| Octal | 335 | 337 | 316 | 1 | 0 | 10 | 15 | 103 | 25 | 124 |
| Binary | 11011101 | 11011111 | 11001110 | 1 | 0 | 1000 | 1101 | 1000011 | 10101 | 1010100 |
Color Harmonies of #DDDFCE
Complementary color
Monochromatic Colors of #DDDFCE
Black with #DDDFCE
Text Example
Text Example
White with #DDDFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFCE; }
p { color: rgb(221,223,206); }
H1.HeaderClassName
{
color: #DDDFCE;
}
.AnyTagClassName
{
color: #DDDFCE;
}
</style>
background-color css
<style>
a { background-color: #DDDFCE; }
a { background-color: rgb(221,223,206); }
div.DivClassName
{
background-color: #DDDFCE;
}
.BgClassName
{
background-color: #DDDFCE;
}
</style>
border-color css
<style>
span { border-color: #DDDFCE; }
span { border-color: rgb(221,223,206); }
td.TdClassName
{
border-color: #DDDFCE;
}
.TagClassName
{
border-color: #DDDFCE;
}
</style>