Shades of Frost #DDDFCA
Tints of Frost #DDDFCA
RGB
CMYK
RGB Variations
Color information
#DDDFCA (or 0xDDDFCA) is known color: Frost. HEX triplet: DD, DF and CA. RGB value is (221,223,202). Sum of RGB (Red+Green+Blue) = 221+223+202=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDFCA is #222035. Grayscale: #DCDCDC. Windows color (decimal): -2236470 or 13295581. OLE color: 13295581.
HSL color Cylindrical-coordinate representation of color #DDDFCA: hue angle of 65.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDFCA is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 202 | - |
CMYK | 0.01 | 0 | 0.09 | 0.13 |
HSL | 65.71º | 0.25% | 0.83% | - |
HSV(B) | 65.71º | 0.09% | 0.87% | - |
XYZ | 66.87 | 72.41 | 66.33 | - |
YUV | 220.01 | 117.84 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 202 | 0.01 | 0 | 0.09 | 0.13 | 65.71 | 0.25 | 0.83 |
Hex | DD | DF | CA | 1 | 0 | 9 | D | 42 | 19 | 53 |
Octal | 335 | 337 | 312 | 1 | 0 | 11 | 15 | 102 | 31 | 123 |
Binary | 11011101 | 11011111 | 11001010 | 1 | 0 | 1001 | 1101 | 1000010 | 11001 | 1010011 |
Color Harmonies of #DDDFCA
Complementary color
Monochromatic Colors of #DDDFCA
Black with #DDDFCA
Text Example
Text Example
White with #DDDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDFCA; }
p { color: rgb(221,223,202); }
H1.HeaderClassName
{
color: #DDDFCA;
}
.AnyTagClassName
{
color: #DDDFCA;
}
</style>
background-color css
<style>
a { background-color: #DDDFCA; }
a { background-color: rgb(221,223,202); }
div.DivClassName
{
background-color: #DDDFCA;
}
.BgClassName
{
background-color: #DDDFCA;
}
</style>
border-color css
<style>
span { border-color: #DDDFCA; }
span { border-color: rgb(221,223,202); }
td.TdClassName
{
border-color: #DDDFCA;
}
.TagClassName
{
border-color: #DDDFCA;
}
</style>