Shades of Pale Slate #D1C4BC
Tints of Pale Slate #D1C4BC
RGB
CMYK
RGB Variations
Color information
#D1C4BC (or 0xD1C4BC) is known color: Pale Slate. HEX triplet: D1, C4 and BC. RGB value is (209,196,188). Sum of RGB (Red+Green+Blue) = 209+196+188=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4BC is #2E3B43. Grayscale: #C7C7C7. Windows color (decimal): -3029828 or 12371153. OLE color: 12371153.
HSL color Cylindrical-coordinate representation of color #D1C4BC: hue angle of 22.86º degrees, saturation: 0.19, 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 #D1C4BC is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 188 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.18 |
| HSL | 22.86º | 0.19% | 0.78% | - |
| HSV(B) | 22.86º | 0.1% | 0.82% | - |
| XYZ | 55.11 | 56.67 | 55.61 | - |
| YUV | 198.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 188 | 0 | 0.06 | 0.10 | 0.18 | 22.86 | 0.19 | 0.78 |
| Hex | D1 | C4 | BC | 0 | 6 | A | 12 | 17 | 13 | 4E |
| Octal | 321 | 304 | 274 | 0 | 6 | 12 | 22 | 27 | 23 | 116 |
| Binary | 11010001 | 11000100 | 10111100 | 0 | 110 | 1010 | 10010 | 10111 | 10011 | 1001110 |
Color Harmonies of #D1C4BC
Complementary color
Monochromatic Colors of #D1C4BC
Black with #D1C4BC
Text Example
Text Example
White with #D1C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C4BC; }
p { color: rgb(209,196,188); }
H1.HeaderClassName
{
color: #D1C4BC;
}
.AnyTagClassName
{
color: #D1C4BC;
}
</style>
background-color css
<style>
a { background-color: #D1C4BC; }
a { background-color: rgb(209,196,188); }
div.DivClassName
{
background-color: #D1C4BC;
}
.BgClassName
{
background-color: #D1C4BC;
}
</style>
border-color css
<style>
span { border-color: #D1C4BC; }
span { border-color: rgb(209,196,188); }
td.TdClassName
{
border-color: #D1C4BC;
}
.TagClassName
{
border-color: #D1C4BC;
}
</style>