Shades of Wafer #D1C3BB
Tints of Wafer #D1C3BB
RGB
CMYK
RGB Variations
Color information
#D1C3BB (or 0xD1C3BB) is known color: Wafer. HEX triplet: D1, C3 and BB. RGB value is (209,195,187). Sum of RGB (Red+Green+Blue) = 209+195+187=591 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.36% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3BB is #2E3C44. Grayscale: #C6C6C6. Windows color (decimal): -3030085 or 12305361. OLE color: 12305361.
HSL color Cylindrical-coordinate representation of color #D1C3BB: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C3BB is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 187 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.18 |
| HSL | 21.82º | 0.19% | 0.78% | - |
| HSV(B) | 21.82º | 0.11% | 0.82% | - |
| XYZ | 54.78 | 56.17 | 54.97 | - |
| YUV | 198.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 187 | 0 | 0.07 | 0.11 | 0.18 | 21.82 | 0.19 | 0.78 |
| Hex | D1 | C3 | BB | 0 | 7 | B | 12 | 16 | 13 | 4E |
| Octal | 321 | 303 | 273 | 0 | 7 | 13 | 22 | 26 | 23 | 116 |
| Binary | 11010001 | 11000011 | 10111011 | 0 | 111 | 1011 | 10010 | 10110 | 10011 | 1001110 |
Color Harmonies of #D1C3BB
Complementary color
Monochromatic Colors of #D1C3BB
Black with #D1C3BB
Text Example
Text Example
White with #D1C3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3BB; }
p { color: rgb(209,195,187); }
H1.HeaderClassName
{
color: #D1C3BB;
}
.AnyTagClassName
{
color: #D1C3BB;
}
</style>
background-color css
<style>
a { background-color: #D1C3BB; }
a { background-color: rgb(209,195,187); }
div.DivClassName
{
background-color: #D1C3BB;
}
.BgClassName
{
background-color: #D1C3BB;
}
</style>
border-color css
<style>
span { border-color: #D1C3BB; }
span { border-color: rgb(209,195,187); }
td.TdClassName
{
border-color: #D1C3BB;
}
.TagClassName
{
border-color: #D1C3BB;
}
</style>