Shades of Wafer #D6BEB5
Tints of Wafer #D6BEB5
RGB
CMYK
RGB Variations
Color information
#D6BEB5 (or 0xD6BEB5) is known color: Wafer. HEX triplet: D6, BE and B5. RGB value is (214,190,181). Sum of RGB (Red+Green+Blue) = 214+190+181=585 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.58% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEB5 is #29414A. Grayscale: #C4C4C4. Windows color (decimal): -2703691 or 11910870. OLE color: 11910870.
HSL color Cylindrical-coordinate representation of color #D6BEB5: hue angle of 16.36º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6BEB5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 190 | 181 | - |
CMYK | 0 | 0.11 | 0.15 | 0.16 |
HSL | 16.36º | 0.29% | 0.77% | - |
HSV(B) | 16.36º | 0.15% | 0.84% | - |
XYZ | 54.49 | 54.46 | 51.36 | - |
YUV | 196.15 | 119.45 | 140.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 190 | 181 | 0 | 0.11 | 0.15 | 0.16 | 16.36 | 0.29 | 0.77 |
Hex | D6 | BE | B5 | 0 | B | F | 10 | 10 | 1D | 4D |
Octal | 326 | 276 | 265 | 0 | 13 | 17 | 20 | 20 | 35 | 115 |
Binary | 11010110 | 10111110 | 10110101 | 0 | 1011 | 1111 | 10000 | 10000 | 11101 | 1001101 |
Color Harmonies of #D6BEB5
Complementary color
Monochromatic Colors of #D6BEB5
Black with #D6BEB5
Text Example
Text Example
White with #D6BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEB5; }
p { color: rgb(214,190,181); }
H1.HeaderClassName
{
color: #D6BEB5;
}
.AnyTagClassName
{
color: #D6BEB5;
}
</style>
background-color css
<style>
a { background-color: #D6BEB5; }
a { background-color: rgb(214,190,181); }
div.DivClassName
{
background-color: #D6BEB5;
}
.BgClassName
{
background-color: #D6BEB5;
}
</style>
border-color css
<style>
span { border-color: #D6BEB5; }
span { border-color: rgb(214,190,181); }
td.TdClassName
{
border-color: #D6BEB5;
}
.TagClassName
{
border-color: #D6BEB5;
}
</style>