Shades of Stark White #D0C2B3
Tints of Stark White #D0C2B3
RGB
CMYK
RGB Variations
Color information
#D0C2B3 (or 0xD0C2B3) is known color: Stark White. HEX triplet: D0, C2 and B3. RGB value is (208,194,179). Sum of RGB (Red+Green+Blue) = 208+194+179=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2B3 is #2F3D4C. Grayscale: #C4C4C4. Windows color (decimal): -3095885 or 11780816. OLE color: 11780816.
HSL color Cylindrical-coordinate representation of color #D0C2B3: hue angle of 31.03º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0C2B3 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 179 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.18 |
| HSL | 31.03º | 0.24% | 0.76% | - |
| HSV(B) | 31.03º | 0.14% | 0.82% | - |
| XYZ | 53.44 | 55.25 | 50.5 | - |
| YUV | 196.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 179 | 0 | 0.07 | 0.14 | 0.18 | 31.03 | 0.24 | 0.76 |
| Hex | D0 | C2 | B3 | 0 | 7 | E | 12 | 1F | 18 | 4C |
| Octal | 320 | 302 | 263 | 0 | 7 | 16 | 22 | 37 | 30 | 114 |
| Binary | 11010000 | 11000010 | 10110011 | 0 | 111 | 1110 | 10010 | 11111 | 11000 | 1001100 |
Color Harmonies of #D0C2B3
Complementary color
Monochromatic Colors of #D0C2B3
Black with #D0C2B3
Text Example
Text Example
White with #D0C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2B3; }
p { color: rgb(208,194,179); }
H1.HeaderClassName
{
color: #D0C2B3;
}
.AnyTagClassName
{
color: #D0C2B3;
}
</style>
background-color css
<style>
a { background-color: #D0C2B3; }
a { background-color: rgb(208,194,179); }
div.DivClassName
{
background-color: #D0C2B3;
}
.BgClassName
{
background-color: #D0C2B3;
}
</style>
border-color css
<style>
span { border-color: #D0C2B3; }
span { border-color: rgb(208,194,179); }
td.TdClassName
{
border-color: #D0C2B3;
}
.TagClassName
{
border-color: #D0C2B3;
}
</style>