Shades of Frost #DADDC5
Tints of Frost #DADDC5
RGB
CMYK
RGB Variations
Color information
#DADDC5 (or 0xDADDC5) is known color: Frost. HEX triplet: DA, DD and C5. RGB value is (218,221,197). Sum of RGB (Red+Green+Blue) = 218+221+197=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDC5 is #25223A. Grayscale: #D9D9D9. Windows color (decimal): -2433595 or 12967386. OLE color: 12967386.
HSL color Cylindrical-coordinate representation of color #DADDC5: hue angle of 67.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADDC5 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 197 | - |
CMYK | 0.01 | 0 | 0.11 | 0.13 |
HSL | 67.5º | 0.26% | 0.82% | - |
HSV(B) | 67.5º | 0.11% | 0.87% | - |
XYZ | 64.85 | 70.65 | 63.04 | - |
YUV | 217.37 | 116.51 | 128.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 197 | 0.01 | 0 | 0.11 | 0.13 | 67.5 | 0.26 | 0.82 |
Hex | DA | DD | C5 | 1 | 0 | B | D | 44 | 1A | 52 |
Octal | 332 | 335 | 305 | 1 | 0 | 13 | 15 | 104 | 32 | 122 |
Binary | 11011010 | 11011101 | 11000101 | 1 | 0 | 1011 | 1101 | 1000100 | 11010 | 1010010 |
Color Harmonies of #DADDC5
Complementary color
Monochromatic Colors of #DADDC5
Black with #DADDC5
Text Example
Text Example
White with #DADDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDC5; }
p { color: rgb(218,221,197); }
H1.HeaderClassName
{
color: #DADDC5;
}
.AnyTagClassName
{
color: #DADDC5;
}
</style>
background-color css
<style>
a { background-color: #DADDC5; }
a { background-color: rgb(218,221,197); }
div.DivClassName
{
background-color: #DADDC5;
}
.BgClassName
{
background-color: #DADDC5;
}
</style>
border-color css
<style>
span { border-color: #DADDC5; }
span { border-color: rgb(218,221,197); }
td.TdClassName
{
border-color: #DADDC5;
}
.TagClassName
{
border-color: #DADDC5;
}
</style>