Shades of Swirl #D6C8BE
Tints of Swirl #D6C8BE
RGB
CMYK
RGB Variations
Color information
#D6C8BE (or 0xD6C8BE) is known color: Swirl. HEX triplet: D6, C8 and BE. RGB value is (214,200,190). Sum of RGB (Red+Green+Blue) = 214+200+190=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C8BE is #293741. Grayscale: #CBCBCB. Windows color (decimal): -2701122 or 12503254. OLE color: 12503254.
HSL color Cylindrical-coordinate representation of color #D6C8BE: hue angle of 25º degrees, saturation: 0.23, 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 #D6C8BE is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 190 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.16 |
| HSL | 25º | 0.23% | 0.79% | - |
| HSV(B) | 25º | 0.11% | 0.84% | - |
| XYZ | 57.68 | 59.32 | 57.13 | - |
| YUV | 203.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 190 | 0 | 0.07 | 0.11 | 0.16 | 25 | 0.23 | 0.79 |
| Hex | D6 | C8 | BE | 0 | 7 | B | 10 | 19 | 17 | 4F |
| Octal | 326 | 310 | 276 | 0 | 7 | 13 | 20 | 31 | 27 | 117 |
| Binary | 11010110 | 11001000 | 10111110 | 0 | 111 | 1011 | 10000 | 11001 | 10111 | 1001111 |
Color Harmonies of #D6C8BE
Complementary color
Monochromatic Colors of #D6C8BE
Black with #D6C8BE
Text Example
Text Example
White with #D6C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C8BE; }
p { color: rgb(214,200,190); }
H1.HeaderClassName
{
color: #D6C8BE;
}
.AnyTagClassName
{
color: #D6C8BE;
}
</style>
background-color css
<style>
a { background-color: #D6C8BE; }
a { background-color: rgb(214,200,190); }
div.DivClassName
{
background-color: #D6C8BE;
}
.BgClassName
{
background-color: #D6C8BE;
}
</style>
border-color css
<style>
span { border-color: #D6C8BE; }
span { border-color: rgb(214,200,190); }
td.TdClassName
{
border-color: #D6C8BE;
}
.TagClassName
{
border-color: #D6C8BE;
}
</style>