Shades of Swirl #D7C8BE
Tints of Swirl #D7C8BE
RGB
CMYK
RGB Variations
Color information
#D7C8BE (or 0xD7C8BE) is known color: Swirl. HEX triplet: D7, C8 and BE. RGB value is (215,200,190). Sum of RGB (Red+Green+Blue) = 215+200+190=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C8BE is #283741. Grayscale: #CBCBCB. Windows color (decimal): -2635586 or 12503255. OLE color: 12503255.
HSL color Cylindrical-coordinate representation of color #D7C8BE: hue angle of 24º degrees, saturation: 0.24, 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 #D7C8BE is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 200 | 190 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.16 |
| HSL | 24º | 0.24% | 0.79% | - |
| HSV(B) | 24º | 0.12% | 0.84% | - |
| XYZ | 57.97 | 59.47 | 57.14 | - |
| YUV | 203.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 200 | 190 | 0 | 0.07 | 0.12 | 0.16 | 24 | 0.24 | 0.79 |
| Hex | D7 | C8 | BE | 0 | 7 | C | 10 | 18 | 18 | 4F |
| Octal | 327 | 310 | 276 | 0 | 7 | 14 | 20 | 30 | 30 | 117 |
| Binary | 11010111 | 11001000 | 10111110 | 0 | 111 | 1100 | 10000 | 11000 | 11000 | 1001111 |
Color Harmonies of #D7C8BE
Complementary color
Monochromatic Colors of #D7C8BE
Black with #D7C8BE
Text Example
Text Example
White with #D7C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C8BE; }
p { color: rgb(215,200,190); }
H1.HeaderClassName
{
color: #D7C8BE;
}
.AnyTagClassName
{
color: #D7C8BE;
}
</style>
background-color css
<style>
a { background-color: #D7C8BE; }
a { background-color: rgb(215,200,190); }
div.DivClassName
{
background-color: #D7C8BE;
}
.BgClassName
{
background-color: #D7C8BE;
}
</style>
border-color css
<style>
span { border-color: #D7C8BE; }
span { border-color: rgb(215,200,190); }
td.TdClassName
{
border-color: #D7C8BE;
}
.TagClassName
{
border-color: #D7C8BE;
}
</style>