Shades of Stark White #D4C8BC
Tints of Stark White #D4C8BC
RGB
CMYK
RGB Variations
Color information
#D4C8BC (or 0xD4C8BC) is known color: Stark White. HEX triplet: D4, C8 and BC. RGB value is (212,200,188). Sum of RGB (Red+Green+Blue) = 212+200+188=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C8BC is #2B3743. Grayscale: #CACACA. Windows color (decimal): -2832196 or 12372180. OLE color: 12372180.
HSL color Cylindrical-coordinate representation of color #D4C8BC: hue angle of 30º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4C8BC is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 188 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.17 |
| HSL | 30º | 0.22% | 0.78% | - |
| HSV(B) | 30º | 0.11% | 0.83% | - |
| XYZ | 56.88 | 58.94 | 55.95 | - |
| YUV | 202.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 188 | 0 | 0.06 | 0.11 | 0.17 | 30 | 0.22 | 0.78 |
| Hex | D4 | C8 | BC | 0 | 6 | B | 11 | 1E | 16 | 4E |
| Octal | 324 | 310 | 274 | 0 | 6 | 13 | 21 | 36 | 26 | 116 |
| Binary | 11010100 | 11001000 | 10111100 | 0 | 110 | 1011 | 10001 | 11110 | 10110 | 1001110 |
Color Harmonies of #D4C8BC
Complementary color
Monochromatic Colors of #D4C8BC
Black with #D4C8BC
Text Example
Text Example
White with #D4C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C8BC; }
p { color: rgb(212,200,188); }
H1.HeaderClassName
{
color: #D4C8BC;
}
.AnyTagClassName
{
color: #D4C8BC;
}
</style>
background-color css
<style>
a { background-color: #D4C8BC; }
a { background-color: rgb(212,200,188); }
div.DivClassName
{
background-color: #D4C8BC;
}
.BgClassName
{
background-color: #D4C8BC;
}
</style>
border-color css
<style>
span { border-color: #D4C8BC; }
span { border-color: rgb(212,200,188); }
td.TdClassName
{
border-color: #D4C8BC;
}
.TagClassName
{
border-color: #D4C8BC;
}
</style>