Shades of Frost #DADCC1
Tints of Frost #DADCC1
RGB
CMYK
RGB Variations
Color information
#DADCC1 (or 0xDADCC1) is known color: Frost. HEX triplet: DA, DC and C1. RGB value is (218,220,193). Sum of RGB (Red+Green+Blue) = 218+220+193=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC1 is #25233E. Grayscale: #D8D8D8. Windows color (decimal): -2433855 or 12704986. OLE color: 12704986.
HSL color Cylindrical-coordinate representation of color #DADCC1: hue angle of 64.44º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADCC1 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 193 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.14 |
| HSL | 64.44º | 0.28% | 0.81% | - |
| HSV(B) | 64.44º | 0.12% | 0.86% | - |
| XYZ | 64.13 | 69.94 | 60.57 | - |
| YUV | 216.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 193 | 0.01 | 0 | 0.12 | 0.14 | 64.44 | 0.28 | 0.81 |
| Hex | DA | DC | C1 | 1 | 0 | C | E | 40 | 1C | 51 |
| Octal | 332 | 334 | 301 | 1 | 0 | 14 | 16 | 100 | 34 | 121 |
| Binary | 11011010 | 11011100 | 11000001 | 1 | 0 | 1100 | 1110 | 1000000 | 11100 | 1010001 |
Color Harmonies of #DADCC1
Complementary color
Monochromatic Colors of #DADCC1
Black with #DADCC1
Text Example
Text Example
White with #DADCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCC1; }
p { color: rgb(218,220,193); }
H1.HeaderClassName
{
color: #DADCC1;
}
.AnyTagClassName
{
color: #DADCC1;
}
</style>
background-color css
<style>
a { background-color: #DADCC1; }
a { background-color: rgb(218,220,193); }
div.DivClassName
{
background-color: #DADCC1;
}
.BgClassName
{
background-color: #DADCC1;
}
</style>
border-color css
<style>
span { border-color: #DADCC1; }
span { border-color: rgb(218,220,193); }
td.TdClassName
{
border-color: #DADCC1;
}
.TagClassName
{
border-color: #DADCC1;
}
</style>