Shades of Swirl #D7D1CA
Tints of Swirl #D7D1CA
RGB
CMYK
RGB Variations
Color information
#D7D1CA (or 0xD7D1CA) is known color: Swirl. HEX triplet: D7, D1 and CA. RGB value is (215,209,202). Sum of RGB (Red+Green+Blue) = 215+209+202=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D1CA is #282E35. Grayscale: #D2D2D2. Windows color (decimal): -2633270 or 13291991. OLE color: 13291991.
HSL color Cylindrical-coordinate representation of color #D7D1CA: hue angle of 32.31º 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 #D7D1CA is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 209 | 202 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.16 |
| HSL | 32.31º | 0.14% | 0.82% | - |
| HSV(B) | 32.31º | 0.06% | 0.84% | - |
| XYZ | 61.49 | 64.31 | 65.05 | - |
| YUV | 210 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 209 | 202 | 0 | 0.03 | 0.06 | 0.16 | 32.31 | 0.14 | 0.82 |
| Hex | D7 | D1 | CA | 0 | 3 | 6 | 10 | 20 | E | 52 |
| Octal | 327 | 321 | 312 | 0 | 3 | 6 | 20 | 40 | 16 | 122 |
| Binary | 11010111 | 11010001 | 11001010 | 0 | 11 | 110 | 10000 | 100000 | 1110 | 1010010 |
Color Harmonies of #D7D1CA
Complementary color
Monochromatic Colors of #D7D1CA
Black with #D7D1CA
Text Example
Text Example
White with #D7D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D1CA; }
p { color: rgb(215,209,202); }
H1.HeaderClassName
{
color: #D7D1CA;
}
.AnyTagClassName
{
color: #D7D1CA;
}
</style>
background-color css
<style>
a { background-color: #D7D1CA; }
a { background-color: rgb(215,209,202); }
div.DivClassName
{
background-color: #D7D1CA;
}
.BgClassName
{
background-color: #D7D1CA;
}
</style>
border-color css
<style>
span { border-color: #D7D1CA; }
span { border-color: rgb(215,209,202); }
td.TdClassName
{
border-color: #D7D1CA;
}
.TagClassName
{
border-color: #D7D1CA;
}
</style>