Shades of Frost #DADCCA
Tints of Frost #DADCCA
RGB
CMYK
RGB Variations
Color information
#DADCCA (or 0xDADCCA) is known color: Frost. HEX triplet: DA, DC and CA. RGB value is (218,220,202). Sum of RGB (Red+Green+Blue) = 218+220+202=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCCA is #252335. Grayscale: #D9D9D9. Windows color (decimal): -2433846 or 13294810. OLE color: 13294810.
HSL color Cylindrical-coordinate representation of color #DADCCA: hue angle of 66.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DADCCA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 220 | 202 | - |
CMYK | 0.01 | 0 | 0.08 | 0.14 |
HSL | 66.67º | 0.2% | 0.83% | - |
HSV(B) | 66.67º | 0.08% | 0.86% | - |
XYZ | 65.17 | 70.36 | 66.02 | - |
YUV | 217.35 | 119.34 | 128.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 202 | 0.01 | 0 | 0.08 | 0.14 | 66.67 | 0.2 | 0.83 |
Hex | DA | DC | CA | 1 | 0 | 8 | E | 43 | 14 | 53 |
Octal | 332 | 334 | 312 | 1 | 0 | 10 | 16 | 103 | 24 | 123 |
Binary | 11011010 | 11011100 | 11001010 | 1 | 0 | 1000 | 1110 | 1000011 | 10100 | 1010011 |
Color Harmonies of #DADCCA
Complementary color
Monochromatic Colors of #DADCCA
Black with #DADCCA
Text Example
Text Example
White with #DADCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCCA; }
p { color: rgb(218,220,202); }
H1.HeaderClassName
{
color: #DADCCA;
}
.AnyTagClassName
{
color: #DADCCA;
}
</style>
background-color css
<style>
a { background-color: #DADCCA; }
a { background-color: rgb(218,220,202); }
div.DivClassName
{
background-color: #DADCCA;
}
.BgClassName
{
background-color: #DADCCA;
}
</style>
border-color css
<style>
span { border-color: #DADCCA; }
span { border-color: rgb(218,220,202); }
td.TdClassName
{
border-color: #DADCCA;
}
.TagClassName
{
border-color: #DADCCA;
}
</style>