Shades of Frost #DADCCB
Tints of Frost #DADCCB
RGB
CMYK
RGB Variations
Color information
#DADCCB (or 0xDADCCB) is known color: Frost. HEX triplet: DA, DC and CB. RGB value is (218,220,203). Sum of RGB (Red+Green+Blue) = 218+220+203=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCCB is #252334. Grayscale: #D9D9D9. Windows color (decimal): -2433845 or 13360346. OLE color: 13360346.
HSL color Cylindrical-coordinate representation of color #DADCCB: hue angle of 67.06º 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 #DADCCB is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 203 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.14 |
| HSL | 67.06º | 0.2% | 0.83% | - |
| HSV(B) | 67.06º | 0.08% | 0.86% | - |
| XYZ | 65.29 | 70.4 | 66.65 | - |
| YUV | 217.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 203 | 0.01 | 0 | 0.08 | 0.14 | 67.06 | 0.2 | 0.83 |
| Hex | DA | DC | CB | 1 | 0 | 8 | E | 43 | 14 | 53 |
| Octal | 332 | 334 | 313 | 1 | 0 | 10 | 16 | 103 | 24 | 123 |
| Binary | 11011010 | 11011100 | 11001011 | 1 | 0 | 1000 | 1110 | 1000011 | 10100 | 1010011 |
Color Harmonies of #DADCCB
Complementary color
Monochromatic Colors of #DADCCB
Black with #DADCCB
Text Example
Text Example
White with #DADCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCCB; }
p { color: rgb(218,220,203); }
H1.HeaderClassName
{
color: #DADCCB;
}
.AnyTagClassName
{
color: #DADCCB;
}
</style>
background-color css
<style>
a { background-color: #DADCCB; }
a { background-color: rgb(218,220,203); }
div.DivClassName
{
background-color: #DADCCB;
}
.BgClassName
{
background-color: #DADCCB;
}
</style>
border-color css
<style>
span { border-color: #DADCCB; }
span { border-color: rgb(218,220,203); }
td.TdClassName
{
border-color: #DADCCB;
}
.TagClassName
{
border-color: #DADCCB;
}
</style>