Shades of Pale Slate #D0C4BC
Tints of Pale Slate #D0C4BC
RGB
CMYK
RGB Variations
Color information
#D0C4BC (or 0xD0C4BC) is known color: Pale Slate. HEX triplet: D0, C4 and BC. RGB value is (208,196,188). Sum of RGB (Red+Green+Blue) = 208+196+188=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C4BC is #2F3B43. Grayscale: #C6C6C6. Windows color (decimal): -3095364 or 12371152. OLE color: 12371152.
HSL color Cylindrical-coordinate representation of color #D0C4BC: hue angle of 24º 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 #D0C4BC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 188 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.18 |
| HSL | 24º | 0.18% | 0.78% | - |
| HSV(B) | 24º | 0.1% | 0.82% | - |
| XYZ | 54.83 | 56.52 | 55.6 | - |
| YUV | 198.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 188 | 0 | 0.06 | 0.10 | 0.18 | 24 | 0.18 | 0.78 |
| Hex | D0 | C4 | BC | 0 | 6 | A | 12 | 18 | 12 | 4E |
| Octal | 320 | 304 | 274 | 0 | 6 | 12 | 22 | 30 | 22 | 116 |
| Binary | 11010000 | 11000100 | 10111100 | 0 | 110 | 1010 | 10010 | 11000 | 10010 | 1001110 |
Color Harmonies of #D0C4BC
Complementary color
Monochromatic Colors of #D0C4BC
Black with #D0C4BC
Text Example
Text Example
White with #D0C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C4BC; }
p { color: rgb(208,196,188); }
H1.HeaderClassName
{
color: #D0C4BC;
}
.AnyTagClassName
{
color: #D0C4BC;
}
</style>
background-color css
<style>
a { background-color: #D0C4BC; }
a { background-color: rgb(208,196,188); }
div.DivClassName
{
background-color: #D0C4BC;
}
.BgClassName
{
background-color: #D0C4BC;
}
</style>
border-color css
<style>
span { border-color: #D0C4BC; }
span { border-color: rgb(208,196,188); }
td.TdClassName
{
border-color: #D0C4BC;
}
.TagClassName
{
border-color: #D0C4BC;
}
</style>