Shades of Swirl #D0C7BF
Tints of Swirl #D0C7BF
RGB
CMYK
RGB Variations
Color information
#D0C7BF (or 0xD0C7BF) is known color: Swirl. HEX triplet: D0, C7 and BF. RGB value is (208,199,191). Sum of RGB (Red+Green+Blue) = 208+199+191=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C7BF is #2F3840. Grayscale: #C8C8C8. Windows color (decimal): -3094593 or 12568528. OLE color: 12568528.
HSL color Cylindrical-coordinate representation of color #D0C7BF: hue angle of 28.24º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C7BF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 191 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.18 |
| HSL | 28.24º | 0.15% | 0.78% | - |
| HSV(B) | 28.24º | 0.08% | 0.82% | - |
| XYZ | 55.84 | 58.02 | 57.55 | - |
| YUV | 200.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 191 | 0 | 0.04 | 0.08 | 0.18 | 28.24 | 0.15 | 0.78 |
| Hex | D0 | C7 | BF | 0 | 4 | 8 | 12 | 1C | F | 4E |
| Octal | 320 | 307 | 277 | 0 | 4 | 10 | 22 | 34 | 17 | 116 |
| Binary | 11010000 | 11000111 | 10111111 | 0 | 100 | 1000 | 10010 | 11100 | 1111 | 1001110 |
Color Harmonies of #D0C7BF
Complementary color
Monochromatic Colors of #D0C7BF
Black with #D0C7BF
Text Example
Text Example
White with #D0C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7BF; }
p { color: rgb(208,199,191); }
H1.HeaderClassName
{
color: #D0C7BF;
}
.AnyTagClassName
{
color: #D0C7BF;
}
</style>
background-color css
<style>
a { background-color: #D0C7BF; }
a { background-color: rgb(208,199,191); }
div.DivClassName
{
background-color: #D0C7BF;
}
.BgClassName
{
background-color: #D0C7BF;
}
</style>
border-color css
<style>
span { border-color: #D0C7BF; }
span { border-color: rgb(208,199,191); }
td.TdClassName
{
border-color: #D0C7BF;
}
.TagClassName
{
border-color: #D0C7BF;
}
</style>