Shades of Frost #DDDFC7
Tints of Frost #DDDFC7
RGB
CMYK
RGB Variations
Color information
#DDDFC7 (or 0xDDDFC7) is known color: Frost. HEX triplet: DD, DF and C7. RGB value is (221,223,199). Sum of RGB (Red+Green+Blue) = 221+223+199=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 199 (78.12% from 255 or 30.95% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFC7 is #222038. Grayscale: #DBDBDB. Windows color (decimal): -2236473 or 13098973. OLE color: 13098973.
HSL color Cylindrical-coordinate representation of color #DDDFC7: hue angle of 65º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDFC7 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 199 | - |
CMYK | 0.01 | 0 | 0.11 | 0.13 |
HSL | 65º | 0.27% | 0.83% | - |
HSV(B) | 65º | 0.11% | 0.87% | - |
XYZ | 66.52 | 72.27 | 64.48 | - |
YUV | 219.67 | 116.34 | 128.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 199 | 0.01 | 0 | 0.11 | 0.13 | 65 | 0.27 | 0.83 |
Hex | DD | DF | C7 | 1 | 0 | B | D | 41 | 1B | 53 |
Octal | 335 | 337 | 307 | 1 | 0 | 13 | 15 | 101 | 33 | 123 |
Binary | 11011101 | 11011111 | 11000111 | 1 | 0 | 1011 | 1101 | 1000001 | 11011 | 1010011 |
Color Harmonies of #DDDFC7
Complementary color
Monochromatic Colors of #DDDFC7
Black with #DDDFC7
Text Example
Text Example
White with #DDDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFC7; }
p { color: rgb(221,223,199); }
H1.HeaderClassName
{
color: #DDDFC7;
}
.AnyTagClassName
{
color: #DDDFC7;
}
</style>
background-color css
<style>
a { background-color: #DDDFC7; }
a { background-color: rgb(221,223,199); }
div.DivClassName
{
background-color: #DDDFC7;
}
.BgClassName
{
background-color: #DDDFC7;
}
</style>
border-color css
<style>
span { border-color: #DDDFC7; }
span { border-color: rgb(221,223,199); }
td.TdClassName
{
border-color: #DDDFC7;
}
.TagClassName
{
border-color: #DDDFC7;
}
</style>