Shades of Wafer #D4BDB6
Tints of Wafer #D4BDB6
RGB
CMYK
RGB Variations
Color information
#D4BDB6 (or 0xD4BDB6) is known color: Wafer. HEX triplet: D4, BD and B6. RGB value is (212,189,182). Sum of RGB (Red+Green+Blue) = 212+189+182=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BDB6 is #2B4249. Grayscale: #C3C3C3. Windows color (decimal): -2835018 or 11976148. OLE color: 11976148.
HSL color Cylindrical-coordinate representation of color #D4BDB6: hue angle of 14º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4BDB6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 189 | 182 | - |
CMYK | 0 | 0.11 | 0.14 | 0.17 |
HSL | 14º | 0.26% | 0.77% | - |
HSV(B) | 14º | 0.14% | 0.83% | - |
XYZ | 53.79 | 53.77 | 51.8 | - |
YUV | 195.08 | 120.62 | 140.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 189 | 182 | 0 | 0.11 | 0.14 | 0.17 | 14 | 0.26 | 0.77 |
Hex | D4 | BD | B6 | 0 | B | E | 11 | E | 1A | 4D |
Octal | 324 | 275 | 266 | 0 | 13 | 16 | 21 | 16 | 32 | 115 |
Binary | 11010100 | 10111101 | 10110110 | 0 | 1011 | 1110 | 10001 | 1110 | 11010 | 1001101 |
Color Harmonies of #D4BDB6
Complementary color
Monochromatic Colors of #D4BDB6
Black with #D4BDB6
Text Example
Text Example
White with #D4BDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDB6; }
p { color: rgb(212,189,182); }
H1.HeaderClassName
{
color: #D4BDB6;
}
.AnyTagClassName
{
color: #D4BDB6;
}
</style>
background-color css
<style>
a { background-color: #D4BDB6; }
a { background-color: rgb(212,189,182); }
div.DivClassName
{
background-color: #D4BDB6;
}
.BgClassName
{
background-color: #D4BDB6;
}
</style>
border-color css
<style>
span { border-color: #D4BDB6; }
span { border-color: rgb(212,189,182); }
td.TdClassName
{
border-color: #D4BDB6;
}
.TagClassName
{
border-color: #D4BDB6;
}
</style>