Shades of Swirl #D0C8C1
Tints of Swirl #D0C8C1
RGB
CMYK
RGB Variations
Color information
#D0C8C1 (or 0xD0C8C1) is known color: Swirl. HEX triplet: D0, C8 and C1. RGB value is (208,200,193). Sum of RGB (Red+Green+Blue) = 208+200+193=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8C1 is #2F373E. Grayscale: #C9C9C9. Windows color (decimal): -3094335 or 12699856. OLE color: 12699856.
HSL color Cylindrical-coordinate representation of color #D0C8C1: hue angle of 28º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C8C1 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 193 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.18 |
| HSL | 28º | 0.14% | 0.79% | - |
| HSV(B) | 28º | 0.07% | 0.82% | - |
| XYZ | 56.29 | 58.57 | 58.79 | - |
| YUV | 201.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 193 | 0 | 0.04 | 0.07 | 0.18 | 28 | 0.14 | 0.79 |
| Hex | D0 | C8 | C1 | 0 | 4 | 7 | 12 | 1C | E | 4F |
| Octal | 320 | 310 | 301 | 0 | 4 | 7 | 22 | 34 | 16 | 117 |
| Binary | 11010000 | 11001000 | 11000001 | 0 | 100 | 111 | 10010 | 11100 | 1110 | 1001111 |
Color Harmonies of #D0C8C1
Complementary color
Monochromatic Colors of #D0C8C1
Black with #D0C8C1
Text Example
Text Example
White with #D0C8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8C1; }
p { color: rgb(208,200,193); }
H1.HeaderClassName
{
color: #D0C8C1;
}
.AnyTagClassName
{
color: #D0C8C1;
}
</style>
background-color css
<style>
a { background-color: #D0C8C1; }
a { background-color: rgb(208,200,193); }
div.DivClassName
{
background-color: #D0C8C1;
}
.BgClassName
{
background-color: #D0C8C1;
}
</style>
border-color css
<style>
span { border-color: #D0C8C1; }
span { border-color: rgb(208,200,193); }
td.TdClassName
{
border-color: #D0C8C1;
}
.TagClassName
{
border-color: #D0C8C1;
}
</style>