Shades of Swirl #DAD1C6
Tints of Swirl #DAD1C6
RGB
CMYK
RGB Variations
Color information
#DAD1C6 (or 0xDAD1C6) is known color: Swirl. HEX triplet: DA, D1 and C6. RGB value is (218,209,198). Sum of RGB (Red+Green+Blue) = 218+209+198=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD1C6 is #252E39. Grayscale: #D2D2D2. Windows color (decimal): -2436666 or 13029850. OLE color: 13029850.
HSL color Cylindrical-coordinate representation of color #DAD1C6: hue angle of 33º degrees, saturation: 0.21, 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 #DAD1C6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 209 | 198 | - |
CMYK | 0 | 0.04 | 0.09 | 0.15 |
HSL | 33º | 0.21% | 0.82% | - |
HSV(B) | 33º | 0.09% | 0.85% | - |
XYZ | 61.91 | 64.58 | 62.63 | - |
YUV | 210.44 | 120.98 | 133.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 209 | 198 | 0 | 0.04 | 0.09 | 0.15 | 33 | 0.21 | 0.82 |
Hex | DA | D1 | C6 | 0 | 4 | 9 | F | 21 | 15 | 52 |
Octal | 332 | 321 | 306 | 0 | 4 | 11 | 17 | 41 | 25 | 122 |
Binary | 11011010 | 11010001 | 11000110 | 0 | 100 | 1001 | 1111 | 100001 | 10101 | 1010010 |
Color Harmonies of #DAD1C6
Complementary color
Monochromatic Colors of #DAD1C6
Black with #DAD1C6
Text Example
Text Example
White with #DAD1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD1C6; }
p { color: rgb(218,209,198); }
H1.HeaderClassName
{
color: #DAD1C6;
}
.AnyTagClassName
{
color: #DAD1C6;
}
</style>
background-color css
<style>
a { background-color: #DAD1C6; }
a { background-color: rgb(218,209,198); }
div.DivClassName
{
background-color: #DAD1C6;
}
.BgClassName
{
background-color: #DAD1C6;
}
</style>
border-color css
<style>
span { border-color: #DAD1C6; }
span { border-color: rgb(218,209,198); }
td.TdClassName
{
border-color: #DAD1C6;
}
.TagClassName
{
border-color: #DAD1C6;
}
</style>