Shades of Swirl #DAD1C7
Tints of Swirl #DAD1C7
RGB
CMYK
RGB Variations
Color information
#DAD1C7 (or 0xDAD1C7) is known color: Swirl. HEX triplet: DA, D1 and C7. RGB value is (218,209,199). Sum of RGB (Red+Green+Blue) = 218+209+199=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1C7 is #252E38. Grayscale: #D2D2D2. Windows color (decimal): -2436665 or 13095386. OLE color: 13095386.
HSL color Cylindrical-coordinate representation of color #DAD1C7: hue angle of 31.58º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD1C7 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 209 | 199 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.15 |
| HSL | 31.58º | 0.2% | 0.82% | - |
| HSV(B) | 31.58º | 0.09% | 0.85% | - |
| XYZ | 62.02 | 64.63 | 63.24 | - |
| YUV | 210.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 209 | 199 | 0 | 0.04 | 0.09 | 0.15 | 31.58 | 0.2 | 0.82 |
| Hex | DA | D1 | C7 | 0 | 4 | 9 | F | 20 | 14 | 52 |
| Octal | 332 | 321 | 307 | 0 | 4 | 11 | 17 | 40 | 24 | 122 |
| Binary | 11011010 | 11010001 | 11000111 | 0 | 100 | 1001 | 1111 | 100000 | 10100 | 1010010 |
Color Harmonies of #DAD1C7
Complementary color
Monochromatic Colors of #DAD1C7
Black with #DAD1C7
Text Example
Text Example
White with #DAD1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1C7; }
p { color: rgb(218,209,199); }
H1.HeaderClassName
{
color: #DAD1C7;
}
.AnyTagClassName
{
color: #DAD1C7;
}
</style>
background-color css
<style>
a { background-color: #DAD1C7; }
a { background-color: rgb(218,209,199); }
div.DivClassName
{
background-color: #DAD1C7;
}
.BgClassName
{
background-color: #DAD1C7;
}
</style>
border-color css
<style>
span { border-color: #DAD1C7; }
span { border-color: rgb(218,209,199); }
td.TdClassName
{
border-color: #DAD1C7;
}
.TagClassName
{
border-color: #DAD1C7;
}
</style>