Shades of Pale Slate #D0C2BA
Tints of Pale Slate #D0C2BA
RGB
CMYK
RGB Variations
Color information
#D0C2BA (or 0xD0C2BA) is known color: Pale Slate. HEX triplet: D0, C2 and BA. RGB value is (208,194,186). Sum of RGB (Red+Green+Blue) = 208+194+186=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2BA is #2F3D45. Grayscale: #C5C5C5. Windows color (decimal): -3095878 or 12239568. OLE color: 12239568.
HSL color Cylindrical-coordinate representation of color #D0C2BA: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C2BA is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 186 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.18 |
| HSL | 21.82º | 0.19% | 0.77% | - |
| HSV(B) | 21.82º | 0.11% | 0.82% | - |
| XYZ | 54.17 | 55.54 | 54.32 | - |
| YUV | 197.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 186 | 0 | 0.07 | 0.11 | 0.18 | 21.82 | 0.19 | 0.77 |
| Hex | D0 | C2 | BA | 0 | 7 | B | 12 | 16 | 13 | 4D |
| Octal | 320 | 302 | 272 | 0 | 7 | 13 | 22 | 26 | 23 | 115 |
| Binary | 11010000 | 11000010 | 10111010 | 0 | 111 | 1011 | 10010 | 10110 | 10011 | 1001101 |
Color Harmonies of #D0C2BA
Complementary color
Monochromatic Colors of #D0C2BA
Black with #D0C2BA
Text Example
Text Example
White with #D0C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2BA; }
p { color: rgb(208,194,186); }
H1.HeaderClassName
{
color: #D0C2BA;
}
.AnyTagClassName
{
color: #D0C2BA;
}
</style>
background-color css
<style>
a { background-color: #D0C2BA; }
a { background-color: rgb(208,194,186); }
div.DivClassName
{
background-color: #D0C2BA;
}
.BgClassName
{
background-color: #D0C2BA;
}
</style>
border-color css
<style>
span { border-color: #D0C2BA; }
span { border-color: rgb(208,194,186); }
td.TdClassName
{
border-color: #D0C2BA;
}
.TagClassName
{
border-color: #D0C2BA;
}
</style>