Shades of Frost #DDDFC3
Tints of Frost #DDDFC3
RGB
CMYK
RGB Variations
Color information
#DDDFC3 (or 0xDDDFC3) is known color: Frost. HEX triplet: DD, DF and C3. RGB value is (221,223,195). Sum of RGB (Red+Green+Blue) = 221+223+195=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC3 is #22203C. Grayscale: #DBDBDB. Windows color (decimal): -2236477 or 12836829. OLE color: 12836829.
HSL color Cylindrical-coordinate representation of color #DDDFC3: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDFC3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 195 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.13 |
| HSL | 64.29º | 0.3% | 0.82% | - |
| HSV(B) | 64.29º | 0.13% | 0.87% | - |
| XYZ | 66.06 | 72.09 | 62.06 | - |
| YUV | 219.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 195 | 0.01 | 0 | 0.13 | 0.13 | 64.29 | 0.3 | 0.82 |
| Hex | DD | DF | C3 | 1 | 0 | D | D | 40 | 1E | 52 |
| Octal | 335 | 337 | 303 | 1 | 0 | 15 | 15 | 100 | 36 | 122 |
| Binary | 11011101 | 11011111 | 11000011 | 1 | 0 | 1101 | 1101 | 1000000 | 11110 | 1010010 |
Color Harmonies of #DDDFC3
Complementary color
Monochromatic Colors of #DDDFC3
Black with #DDDFC3
Text Example
Text Example
White with #DDDFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFC3; }
p { color: rgb(221,223,195); }
H1.HeaderClassName
{
color: #DDDFC3;
}
.AnyTagClassName
{
color: #DDDFC3;
}
</style>
background-color css
<style>
a { background-color: #DDDFC3; }
a { background-color: rgb(221,223,195); }
div.DivClassName
{
background-color: #DDDFC3;
}
.BgClassName
{
background-color: #DDDFC3;
}
</style>
border-color css
<style>
span { border-color: #DDDFC3; }
span { border-color: rgb(221,223,195); }
td.TdClassName
{
border-color: #DDDFC3;
}
.TagClassName
{
border-color: #DDDFC3;
}
</style>