Shades of Swirl #D5C6BD
Tints of Swirl #D5C6BD
RGB
CMYK
RGB Variations
Color information
#D5C6BD (or 0xD5C6BD) is known color: Swirl. HEX triplet: D5, C6 and BD. RGB value is (213,198,189). Sum of RGB (Red+Green+Blue) = 213+198+189=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BD is #2A3942. Grayscale: #C9C9C9. Windows color (decimal): -2767171 or 12437205. OLE color: 12437205.
HSL color Cylindrical-coordinate representation of color #D5C6BD: hue angle of 22.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5C6BD is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 189 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.16 |
| HSL | 22.5º | 0.22% | 0.79% | - |
| HSV(B) | 22.5º | 0.11% | 0.84% | - |
| XYZ | 56.82 | 58.21 | 56.38 | - |
| YUV | 201.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 189 | 0 | 0.07 | 0.11 | 0.16 | 22.5 | 0.22 | 0.79 |
| Hex | D5 | C6 | BD | 0 | 7 | B | 10 | 16 | 16 | 4F |
| Octal | 325 | 306 | 275 | 0 | 7 | 13 | 20 | 26 | 26 | 117 |
| Binary | 11010101 | 11000110 | 10111101 | 0 | 111 | 1011 | 10000 | 10110 | 10110 | 1001111 |
Color Harmonies of #D5C6BD
Complementary color
Monochromatic Colors of #D5C6BD
Black with #D5C6BD
Text Example
Text Example
White with #D5C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6BD; }
p { color: rgb(213,198,189); }
H1.HeaderClassName
{
color: #D5C6BD;
}
.AnyTagClassName
{
color: #D5C6BD;
}
</style>
background-color css
<style>
a { background-color: #D5C6BD; }
a { background-color: rgb(213,198,189); }
div.DivClassName
{
background-color: #D5C6BD;
}
.BgClassName
{
background-color: #D5C6BD;
}
</style>
border-color css
<style>
span { border-color: #D5C6BD; }
span { border-color: rgb(213,198,189); }
td.TdClassName
{
border-color: #D5C6BD;
}
.TagClassName
{
border-color: #D5C6BD;
}
</style>