Shades of Swirl #D0CAC6
Tints of Swirl #D0CAC6
RGB
CMYK
RGB Variations
Color information
#D0CAC6 (or 0xD0CAC6) is known color: Swirl. HEX triplet: D0, CA and C6. RGB value is (208,202,198). Sum of RGB (Red+Green+Blue) = 208+202+198=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAC6 is #2F3539. Grayscale: #CBCBCB. Windows color (decimal): -3093818 or 13028048. OLE color: 13028048.
HSL color Cylindrical-coordinate representation of color #D0CAC6: hue angle of 24º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CAC6 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 198 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.18 |
| HSL | 24º | 0.1% | 0.8% | - |
| HSV(B) | 24º | 0.05% | 0.82% | - |
| XYZ | 57.33 | 59.73 | 61.93 | - |
| YUV | 203.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 198 | 0 | 0.03 | 0.05 | 0.18 | 24 | 0.1 | 0.8 |
| Hex | D0 | CA | C6 | 0 | 3 | 5 | 12 | 18 | A | 50 |
| Octal | 320 | 312 | 306 | 0 | 3 | 5 | 22 | 30 | 12 | 120 |
| Binary | 11010000 | 11001010 | 11000110 | 0 | 11 | 101 | 10010 | 11000 | 1010 | 1010000 |
Color Harmonies of #D0CAC6
Complementary color
Monochromatic Colors of #D0CAC6
Black with #D0CAC6
Text Example
Text Example
White with #D0CAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAC6; }
p { color: rgb(208,202,198); }
H1.HeaderClassName
{
color: #D0CAC6;
}
.AnyTagClassName
{
color: #D0CAC6;
}
</style>
background-color css
<style>
a { background-color: #D0CAC6; }
a { background-color: rgb(208,202,198); }
div.DivClassName
{
background-color: #D0CAC6;
}
.BgClassName
{
background-color: #D0CAC6;
}
</style>
border-color css
<style>
span { border-color: #D0CAC6; }
span { border-color: rgb(208,202,198); }
td.TdClassName
{
border-color: #D0CAC6;
}
.TagClassName
{
border-color: #D0CAC6;
}
</style>