Shades of Wafer #D1BDB0
Tints of Wafer #D1BDB0
RGB
CMYK
RGB Variations
Color information
#D1BDB0 (or 0xD1BDB0) is known color: Wafer. HEX triplet: D1, BD and B0. RGB value is (209,189,176). Sum of RGB (Red+Green+Blue) = 209+189+176=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDB0 is #2E424F. Grayscale: #C1C1C1. Windows color (decimal): -3031632 or 11582929. OLE color: 11582929.
HSL color Cylindrical-coordinate representation of color #D1BDB0: hue angle of 23.64º degrees, saturation: 0.26, 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 #D1BDB0 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 189 | 176 | - |
CMYK | 0 | 0.10 | 0.16 | 0.18 |
HSL | 23.64º | 0.26% | 0.75% | - |
HSV(B) | 23.64º | 0.16% | 0.82% | - |
XYZ | 52.33 | 53.09 | 48.56 | - |
YUV | 193.5 | 118.13 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 189 | 176 | 0 | 0.10 | 0.16 | 0.18 | 23.64 | 0.26 | 0.75 |
Hex | D1 | BD | B0 | 0 | A | 10 | 12 | 18 | 1A | 4B |
Octal | 321 | 275 | 260 | 0 | 12 | 20 | 22 | 30 | 32 | 113 |
Binary | 11010001 | 10111101 | 10110000 | 0 | 1010 | 10000 | 10010 | 11000 | 11010 | 1001011 |
Color Harmonies of #D1BDB0
Complementary color
Monochromatic Colors of #D1BDB0
Black with #D1BDB0
Text Example
Text Example
White with #D1BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDB0; }
p { color: rgb(209,189,176); }
H1.HeaderClassName
{
color: #D1BDB0;
}
.AnyTagClassName
{
color: #D1BDB0;
}
</style>
background-color css
<style>
a { background-color: #D1BDB0; }
a { background-color: rgb(209,189,176); }
div.DivClassName
{
background-color: #D1BDB0;
}
.BgClassName
{
background-color: #D1BDB0;
}
</style>
border-color css
<style>
span { border-color: #D1BDB0; }
span { border-color: rgb(209,189,176); }
td.TdClassName
{
border-color: #D1BDB0;
}
.TagClassName
{
border-color: #D1BDB0;
}
</style>