Shades of Stark White #D0C8BC
Tints of Stark White #D0C8BC
RGB
CMYK
RGB Variations
Color information
#D0C8BC (or 0xD0C8BC) is known color: Stark White. HEX triplet: D0, C8 and BC. RGB value is (208,200,188). Sum of RGB (Red+Green+Blue) = 208+200+188=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C8BC is #2F3743. Grayscale: #C9C9C9. Windows color (decimal): -3094340 or 12372176. OLE color: 12372176.
HSL color Cylindrical-coordinate representation of color #D0C8BC: hue angle of 36º 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 #D0C8BC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 188 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.18 |
| HSL | 36º | 0.18% | 0.78% | - |
| HSV(B) | 36º | 0.1% | 0.82% | - |
| XYZ | 55.74 | 58.35 | 55.9 | - |
| YUV | 201.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 188 | 0 | 0.04 | 0.10 | 0.18 | 36 | 0.18 | 0.78 |
| Hex | D0 | C8 | BC | 0 | 4 | A | 12 | 24 | 12 | 4E |
| Octal | 320 | 310 | 274 | 0 | 4 | 12 | 22 | 44 | 22 | 116 |
| Binary | 11010000 | 11001000 | 10111100 | 0 | 100 | 1010 | 10010 | 100100 | 10010 | 1001110 |
Color Harmonies of #D0C8BC
Complementary color
Monochromatic Colors of #D0C8BC
Black with #D0C8BC
Text Example
Text Example
White with #D0C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C8BC; }
p { color: rgb(208,200,188); }
H1.HeaderClassName
{
color: #D0C8BC;
}
.AnyTagClassName
{
color: #D0C8BC;
}
</style>
background-color css
<style>
a { background-color: #D0C8BC; }
a { background-color: rgb(208,200,188); }
div.DivClassName
{
background-color: #D0C8BC;
}
.BgClassName
{
background-color: #D0C8BC;
}
</style>
border-color css
<style>
span { border-color: #D0C8BC; }
span { border-color: rgb(208,200,188); }
td.TdClassName
{
border-color: #D0C8BC;
}
.TagClassName
{
border-color: #D0C8BC;
}
</style>