Shades of Frost #DDDEC8
Tints of Frost #DDDEC8
RGB
CMYK
RGB Variations
Color information
#DDDEC8 (or 0xDDDEC8) is known color: Frost. HEX triplet: DD, DE and C8. RGB value is (221,222,200). Sum of RGB (Red+Green+Blue) = 221+222+200=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEC8 is #222137. Grayscale: #DBDBDB. Windows color (decimal): -2236728 or 13164253. OLE color: 13164253.
HSL color Cylindrical-coordinate representation of color #DDDEC8: hue angle of 62.73º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDEC8 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 222 | 200 | - |
CMYK | 0.00 | 0 | 0.10 | 0.13 |
HSL | 62.73º | 0.25% | 0.83% | - |
HSV(B) | 62.73º | 0.1% | 0.87% | - |
XYZ | 66.37 | 71.78 | 65 | - |
YUV | 219.19 | 117.17 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 200 | 0.00 | 0 | 0.10 | 0.13 | 62.73 | 0.25 | 0.83 |
Hex | DD | DE | C8 | 0 | 0 | A | D | 3F | 19 | 53 |
Octal | 335 | 336 | 310 | 0 | 0 | 12 | 15 | 77 | 31 | 123 |
Binary | 11011101 | 11011110 | 11001000 | 0 | 0 | 1010 | 1101 | 111111 | 11001 | 1010011 |
Color Harmonies of #DDDEC8
Complementary color
Monochromatic Colors of #DDDEC8
Black with #DDDEC8
Text Example
Text Example
White with #DDDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEC8; }
p { color: rgb(221,222,200); }
H1.HeaderClassName
{
color: #DDDEC8;
}
.AnyTagClassName
{
color: #DDDEC8;
}
</style>
background-color css
<style>
a { background-color: #DDDEC8; }
a { background-color: rgb(221,222,200); }
div.DivClassName
{
background-color: #DDDEC8;
}
.BgClassName
{
background-color: #DDDEC8;
}
</style>
border-color css
<style>
span { border-color: #DDDEC8; }
span { border-color: rgb(221,222,200); }
td.TdClassName
{
border-color: #DDDEC8;
}
.TagClassName
{
border-color: #DDDEC8;
}
</style>