Shades of Swirl #D0CDCA
Tints of Swirl #D0CDCA
RGB
CMYK
RGB Variations
Color information
#D0CDCA (or 0xD0CDCA) is known color: Swirl. HEX triplet: D0, CD and CA. RGB value is (208,205,202). Sum of RGB (Red+Green+Blue) = 208+205+202=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCA is #2F3235. Grayscale: #CDCDCD. Windows color (decimal): -3093046 or 13290960. OLE color: 13290960.
HSL color Cylindrical-coordinate representation of color #D0CDCA: hue angle of 30º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CDCA is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 202 | - |
CMYK | 0 | 0.01 | 0.03 | 0.18 |
HSL | 30º | 0.06% | 0.8% | - |
HSV(B) | 30º | 0.03% | 0.82% | - |
XYZ | 58.5 | 61.34 | 64.63 | - |
YUV | 205.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 202 | 0 | 0.01 | 0.03 | 0.18 | 30 | 0.06 | 0.8 |
Hex | D0 | CD | CA | 0 | 1 | 3 | 12 | 1E | 6 | 50 |
Octal | 320 | 315 | 312 | 0 | 1 | 3 | 22 | 36 | 6 | 120 |
Binary | 11010000 | 11001101 | 11001010 | 0 | 1 | 11 | 10010 | 11110 | 110 | 1010000 |
Color Harmonies of #D0CDCA
Complementary color
Monochromatic Colors of #D0CDCA
Black with #D0CDCA
Text Example
Text Example
White with #D0CDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDCA; }
p { color: rgb(208,205,202); }
H1.HeaderClassName
{
color: #D0CDCA;
}
.AnyTagClassName
{
color: #D0CDCA;
}
</style>
background-color css
<style>
a { background-color: #D0CDCA; }
a { background-color: rgb(208,205,202); }
div.DivClassName
{
background-color: #D0CDCA;
}
.BgClassName
{
background-color: #D0CDCA;
}
</style>
border-color css
<style>
span { border-color: #D0CDCA; }
span { border-color: rgb(208,205,202); }
td.TdClassName
{
border-color: #D0CDCA;
}
.TagClassName
{
border-color: #D0CDCA;
}
</style>