Shades of Stark White #D1C9BF
Tints of Stark White #D1C9BF
RGB
CMYK
RGB Variations
Color information
#D1C9BF (or 0xD1C9BF) is known color: Stark White. HEX triplet: D1, C9 and BF. RGB value is (209,201,191). Sum of RGB (Red+Green+Blue) = 209+201+191=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C9BF is #2E3640. Grayscale: #CACACA. Windows color (decimal): -3028545 or 12569041. OLE color: 12569041.
HSL color Cylindrical-coordinate representation of color #D1C9BF: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C9BF is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 191 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.18 |
| HSL | 33.33º | 0.16% | 0.78% | - |
| HSV(B) | 33.33º | 0.09% | 0.82% | - |
| XYZ | 56.59 | 59.09 | 57.71 | - |
| YUV | 202.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 191 | 0 | 0.04 | 0.09 | 0.18 | 33.33 | 0.16 | 0.78 |
| Hex | D1 | C9 | BF | 0 | 4 | 9 | 12 | 21 | 10 | 4E |
| Octal | 321 | 311 | 277 | 0 | 4 | 11 | 22 | 41 | 20 | 116 |
| Binary | 11010001 | 11001001 | 10111111 | 0 | 100 | 1001 | 10010 | 100001 | 10000 | 1001110 |
Color Harmonies of #D1C9BF
Complementary color
Monochromatic Colors of #D1C9BF
Black with #D1C9BF
Text Example
Text Example
White with #D1C9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C9BF; }
p { color: rgb(209,201,191); }
H1.HeaderClassName
{
color: #D1C9BF;
}
.AnyTagClassName
{
color: #D1C9BF;
}
</style>
background-color css
<style>
a { background-color: #D1C9BF; }
a { background-color: rgb(209,201,191); }
div.DivClassName
{
background-color: #D1C9BF;
}
.BgClassName
{
background-color: #D1C9BF;
}
</style>
border-color css
<style>
span { border-color: #D1C9BF; }
span { border-color: rgb(209,201,191); }
td.TdClassName
{
border-color: #D1C9BF;
}
.TagClassName
{
border-color: #D1C9BF;
}
</style>