Shades of Swirl #D7D0CA
Tints of Swirl #D7D0CA
RGB
CMYK
RGB Variations
Color information
#D7D0CA (or 0xD7D0CA) is known color: Swirl. HEX triplet: D7, D0 and CA. RGB value is (215,208,202). Sum of RGB (Red+Green+Blue) = 215+208+202=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0CA is #282F35. Grayscale: #D1D1D1. Windows color (decimal): -2633526 or 13291735. OLE color: 13291735.
HSL color Cylindrical-coordinate representation of color #D7D0CA: hue angle of 27.69º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D7D0CA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 202 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.16 |
| HSL | 27.69º | 0.14% | 0.82% | - |
| HSV(B) | 27.69º | 0.06% | 0.84% | - |
| XYZ | 61.24 | 63.82 | 64.97 | - |
| YUV | 209.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 202 | 0 | 0.03 | 0.06 | 0.16 | 27.69 | 0.14 | 0.82 |
| Hex | D7 | D0 | CA | 0 | 3 | 6 | 10 | 1C | E | 52 |
| Octal | 327 | 320 | 312 | 0 | 3 | 6 | 20 | 34 | 16 | 122 |
| Binary | 11010111 | 11010000 | 11001010 | 0 | 11 | 110 | 10000 | 11100 | 1110 | 1010010 |
Color Harmonies of #D7D0CA
Complementary color
Monochromatic Colors of #D7D0CA
Black with #D7D0CA
Text Example
Text Example
White with #D7D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0CA; }
p { color: rgb(215,208,202); }
H1.HeaderClassName
{
color: #D7D0CA;
}
.AnyTagClassName
{
color: #D7D0CA;
}
</style>
background-color css
<style>
a { background-color: #D7D0CA; }
a { background-color: rgb(215,208,202); }
div.DivClassName
{
background-color: #D7D0CA;
}
.BgClassName
{
background-color: #D7D0CA;
}
</style>
border-color css
<style>
span { border-color: #D7D0CA; }
span { border-color: rgb(215,208,202); }
td.TdClassName
{
border-color: #D7D0CA;
}
.TagClassName
{
border-color: #D7D0CA;
}
</style>