Shades of Swirl #D0CECC
Tints of Swirl #D0CECC
RGB
CMYK
RGB Variations
Color information
#D0CECC (or 0xD0CECC) is known color: Swirl. HEX triplet: D0, CE and CC. RGB value is (208,206,204). Sum of RGB (Red+Green+Blue) = 208+206+204=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CECC is #2F3133. Grayscale: #CECECE. Windows color (decimal): -3092788 or 13422288. OLE color: 13422288.
HSL color Cylindrical-coordinate representation of color #D0CECC: hue angle of 30º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CECC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 204 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.18 |
| HSL | 30º | 0.04% | 0.81% | - |
| HSV(B) | 30º | 0.02% | 0.82% | - |
| XYZ | 58.98 | 61.91 | 65.97 | - |
| YUV | 206.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 204 | 0 | 0.01 | 0.02 | 0.18 | 30 | 0.04 | 0.81 |
| Hex | D0 | CE | CC | 0 | 1 | 2 | 12 | 1E | 4 | 51 |
| Octal | 320 | 316 | 314 | 0 | 1 | 2 | 22 | 36 | 4 | 121 |
| Binary | 11010000 | 11001110 | 11001100 | 0 | 1 | 10 | 10010 | 11110 | 100 | 1010001 |
Color Harmonies of #D0CECC
Complementary color
Monochromatic Colors of #D0CECC
Black with #D0CECC
Text Example
Text Example
White with #D0CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CECC; }
p { color: rgb(208,206,204); }
H1.HeaderClassName
{
color: #D0CECC;
}
.AnyTagClassName
{
color: #D0CECC;
}
</style>
background-color css
<style>
a { background-color: #D0CECC; }
a { background-color: rgb(208,206,204); }
div.DivClassName
{
background-color: #D0CECC;
}
.BgClassName
{
background-color: #D0CECC;
}
</style>
border-color css
<style>
span { border-color: #D0CECC; }
span { border-color: rgb(208,206,204); }
td.TdClassName
{
border-color: #D0CECC;
}
.TagClassName
{
border-color: #D0CECC;
}
</style>