Shades of Pale Slate #D0C3BC
Tints of Pale Slate #D0C3BC
RGB
CMYK
RGB Variations
Color information
#D0C3BC (or 0xD0C3BC) is known color: Pale Slate. HEX triplet: D0, C3 and BC. RGB value is (208,195,188). Sum of RGB (Red+Green+Blue) = 208+195+188=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3BC is #2F3C43. Grayscale: #C6C6C6. Windows color (decimal): -3095620 or 12370896. OLE color: 12370896.
HSL color Cylindrical-coordinate representation of color #D0C3BC: hue angle of 21º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C3BC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 188 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.18 |
| HSL | 21º | 0.18% | 0.78% | - |
| HSV(B) | 21º | 0.1% | 0.82% | - |
| XYZ | 54.6 | 56.07 | 55.52 | - |
| YUV | 198.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 188 | 0 | 0.06 | 0.10 | 0.18 | 21 | 0.18 | 0.78 |
| Hex | D0 | C3 | BC | 0 | 6 | A | 12 | 15 | 12 | 4E |
| Octal | 320 | 303 | 274 | 0 | 6 | 12 | 22 | 25 | 22 | 116 |
| Binary | 11010000 | 11000011 | 10111100 | 0 | 110 | 1010 | 10010 | 10101 | 10010 | 1001110 |
Color Harmonies of #D0C3BC
Complementary color
Monochromatic Colors of #D0C3BC
Black with #D0C3BC
Text Example
Text Example
White with #D0C3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C3BC; }
p { color: rgb(208,195,188); }
H1.HeaderClassName
{
color: #D0C3BC;
}
.AnyTagClassName
{
color: #D0C3BC;
}
</style>
background-color css
<style>
a { background-color: #D0C3BC; }
a { background-color: rgb(208,195,188); }
div.DivClassName
{
background-color: #D0C3BC;
}
.BgClassName
{
background-color: #D0C3BC;
}
</style>
border-color css
<style>
span { border-color: #D0C3BC; }
span { border-color: rgb(208,195,188); }
td.TdClassName
{
border-color: #D0C3BC;
}
.TagClassName
{
border-color: #D0C3BC;
}
</style>