Shades of Stark White #D1C8BC
Tints of Stark White #D1C8BC
RGB
CMYK
RGB Variations
Color information
#D1C8BC (or 0xD1C8BC) is known color: Stark White. HEX triplet: D1, C8 and BC. RGB value is (209,200,188). Sum of RGB (Red+Green+Blue) = 209+200+188=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 200 (78.52% from 255 or 33.50% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8BC is #2E3743. Grayscale: #C9C9C9. Windows color (decimal): -3028804 or 12372177. OLE color: 12372177.
HSL color Cylindrical-coordinate representation of color #D1C8BC: hue angle of 34.29º 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 #D1C8BC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 188 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.18 |
| HSL | 34.29º | 0.19% | 0.78% | - |
| HSV(B) | 34.29º | 0.1% | 0.82% | - |
| XYZ | 56.03 | 58.49 | 55.91 | - |
| YUV | 201.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 188 | 0 | 0.04 | 0.10 | 0.18 | 34.29 | 0.19 | 0.78 |
| Hex | D1 | C8 | BC | 0 | 4 | A | 12 | 22 | 13 | 4E |
| Octal | 321 | 310 | 274 | 0 | 4 | 12 | 22 | 42 | 23 | 116 |
| Binary | 11010001 | 11001000 | 10111100 | 0 | 100 | 1010 | 10010 | 100010 | 10011 | 1001110 |
Color Harmonies of #D1C8BC
Complementary color
Monochromatic Colors of #D1C8BC
Black with #D1C8BC
Text Example
Text Example
White with #D1C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C8BC; }
p { color: rgb(209,200,188); }
H1.HeaderClassName
{
color: #D1C8BC;
}
.AnyTagClassName
{
color: #D1C8BC;
}
</style>
background-color css
<style>
a { background-color: #D1C8BC; }
a { background-color: rgb(209,200,188); }
div.DivClassName
{
background-color: #D1C8BC;
}
.BgClassName
{
background-color: #D1C8BC;
}
</style>
border-color css
<style>
span { border-color: #D1C8BC; }
span { border-color: rgb(209,200,188); }
td.TdClassName
{
border-color: #D1C8BC;
}
.TagClassName
{
border-color: #D1C8BC;
}
</style>