Shades of Frost #DADCCD
Tints of Frost #DADCCD
RGB
CMYK
RGB Variations
Color information
#DADCCD (or 0xDADCCD) is known color: Frost. HEX triplet: DA, DC and CD. RGB value is (218,220,205). Sum of RGB (Red+Green+Blue) = 218+220+205=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCCD is #252332. Grayscale: #D9D9D9. Windows color (decimal): -2433843 or 13491418. OLE color: 13491418.
HSL color Cylindrical-coordinate representation of color #DADCCD: hue angle of 68º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DADCCD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 205 | - |
CMYK | 0.01 | 0 | 0.07 | 0.14 |
HSL | 68º | 0.18% | 0.83% | - |
HSV(B) | 68º | 0.07% | 0.86% | - |
XYZ | 65.53 | 70.5 | 67.91 | - |
YUV | 217.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 205 | 0.01 | 0 | 0.07 | 0.14 | 68 | 0.18 | 0.83 |
Hex | DA | DC | CD | 1 | 0 | 7 | E | 44 | 12 | 53 |
Octal | 332 | 334 | 315 | 1 | 0 | 7 | 16 | 104 | 22 | 123 |
Binary | 11011010 | 11011100 | 11001101 | 1 | 0 | 111 | 1110 | 1000100 | 10010 | 1010011 |
Color Harmonies of #DADCCD
Complementary color
Monochromatic Colors of #DADCCD
Black with #DADCCD
Text Example
Text Example
White with #DADCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCCD; }
p { color: rgb(218,220,205); }
H1.HeaderClassName
{
color: #DADCCD;
}
.AnyTagClassName
{
color: #DADCCD;
}
</style>
background-color css
<style>
a { background-color: #DADCCD; }
a { background-color: rgb(218,220,205); }
div.DivClassName
{
background-color: #DADCCD;
}
.BgClassName
{
background-color: #DADCCD;
}
</style>
border-color css
<style>
span { border-color: #DADCCD; }
span { border-color: rgb(218,220,205); }
td.TdClassName
{
border-color: #DADCCD;
}
.TagClassName
{
border-color: #DADCCD;
}
</style>