Shades of Swirl #D5C6BC
Tints of Swirl #D5C6BC
RGB
CMYK
RGB Variations
Color information
#D5C6BC (or 0xD5C6BC) is known color: Swirl. HEX triplet: D5, C6 and BC. RGB value is (213,198,188). Sum of RGB (Red+Green+Blue) = 213+198+188=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BC is #2A3943. Grayscale: #C9C9C9. Windows color (decimal): -2767172 or 12371669. OLE color: 12371669.
HSL color Cylindrical-coordinate representation of color #D5C6BC: hue angle of 24º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C6BC is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 188 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.16 |
| HSL | 24º | 0.23% | 0.79% | - |
| HSV(B) | 24º | 0.12% | 0.84% | - |
| XYZ | 56.71 | 58.17 | 55.81 | - |
| YUV | 201.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 188 | 0 | 0.07 | 0.12 | 0.16 | 24 | 0.23 | 0.79 |
| Hex | D5 | C6 | BC | 0 | 7 | C | 10 | 18 | 17 | 4F |
| Octal | 325 | 306 | 274 | 0 | 7 | 14 | 20 | 30 | 27 | 117 |
| Binary | 11010101 | 11000110 | 10111100 | 0 | 111 | 1100 | 10000 | 11000 | 10111 | 1001111 |
Color Harmonies of #D5C6BC
Complementary color
Monochromatic Colors of #D5C6BC
Black with #D5C6BC
Text Example
Text Example
White with #D5C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6BC; }
p { color: rgb(213,198,188); }
H1.HeaderClassName
{
color: #D5C6BC;
}
.AnyTagClassName
{
color: #D5C6BC;
}
</style>
background-color css
<style>
a { background-color: #D5C6BC; }
a { background-color: rgb(213,198,188); }
div.DivClassName
{
background-color: #D5C6BC;
}
.BgClassName
{
background-color: #D5C6BC;
}
</style>
border-color css
<style>
span { border-color: #D5C6BC; }
span { border-color: rgb(213,198,188); }
td.TdClassName
{
border-color: #D5C6BC;
}
.TagClassName
{
border-color: #D5C6BC;
}
</style>