Shades of Stark White #D1C2AF
Tints of Stark White #D1C2AF
RGB
CMYK
RGB Variations
Color information
#D1C2AF (or 0xD1C2AF) is known color: Stark White. HEX triplet: D1, C2 and AF. RGB value is (209,194,175). Sum of RGB (Red+Green+Blue) = 209+194+175=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C2AF is #2E3D50. Grayscale: #C4C4C4. Windows color (decimal): -3030353 or 11518673. OLE color: 11518673.
HSL color Cylindrical-coordinate representation of color #D1C2AF: hue angle of 33.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C2AF is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 175 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.18 |
| HSL | 33.53º | 0.27% | 0.75% | - |
| HSV(B) | 33.53º | 0.16% | 0.82% | - |
| XYZ | 53.32 | 55.23 | 48.41 | - |
| YUV | 196.32 | 115.97 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 175 | 0 | 0.07 | 0.16 | 0.18 | 33.53 | 0.27 | 0.75 |
| Hex | D1 | C2 | AF | 0 | 7 | 10 | 12 | 22 | 1B | 4B |
| Octal | 321 | 302 | 257 | 0 | 7 | 20 | 22 | 42 | 33 | 113 |
| Binary | 11010001 | 11000010 | 10101111 | 0 | 111 | 10000 | 10010 | 100010 | 11011 | 1001011 |
Color Harmonies of #D1C2AF
Complementary color
Monochromatic Colors of #D1C2AF
Black with #D1C2AF
Text Example
Text Example
White with #D1C2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2AF; }
p { color: rgb(209,194,175); }
H1.HeaderClassName
{
color: #D1C2AF;
}
.AnyTagClassName
{
color: #D1C2AF;
}
</style>
background-color css
<style>
a { background-color: #D1C2AF; }
a { background-color: rgb(209,194,175); }
div.DivClassName
{
background-color: #D1C2AF;
}
.BgClassName
{
background-color: #D1C2AF;
}
</style>
border-color css
<style>
span { border-color: #D1C2AF; }
span { border-color: rgb(209,194,175); }
td.TdClassName
{
border-color: #D1C2AF;
}
.TagClassName
{
border-color: #D1C2AF;
}
</style>