Shades of Wafer #DCBEB1
Tints of Wafer #DCBEB1
RGB
CMYK
RGB Variations
Color information
#DCBEB1 (or 0xDCBEB1) is known color: Wafer. HEX triplet: DC, BE and B1. RGB value is (220,190,177). Sum of RGB (Red+Green+Blue) = 220+190+177=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEB1 is #23414E. Grayscale: #C5C5C5. Windows color (decimal): -2310479 or 11648732. OLE color: 11648732.
HSL color Cylindrical-coordinate representation of color #DCBEB1: hue angle of 18.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCBEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 177 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.14 |
| HSL | 18.14º | 0.38% | 0.78% | - |
| HSV(B) | 18.14º | 0.2% | 0.86% | - |
| XYZ | 55.86 | 55.22 | 49.31 | - |
| YUV | 197.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 177 | 0 | 0.14 | 0.20 | 0.14 | 18.14 | 0.38 | 0.78 |
| Hex | DC | BE | B1 | 0 | E | 14 | E | 12 | 26 | 4E |
| Octal | 334 | 276 | 261 | 0 | 16 | 24 | 16 | 22 | 46 | 116 |
| Binary | 11011100 | 10111110 | 10110001 | 0 | 1110 | 10100 | 1110 | 10010 | 100110 | 1001110 |
Color Harmonies of #DCBEB1
Complementary color
Monochromatic Colors of #DCBEB1
Black with #DCBEB1
Text Example
Text Example
White with #DCBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEB1; }
p { color: rgb(220,190,177); }
H1.HeaderClassName
{
color: #DCBEB1;
}
.AnyTagClassName
{
color: #DCBEB1;
}
</style>
background-color css
<style>
a { background-color: #DCBEB1; }
a { background-color: rgb(220,190,177); }
div.DivClassName
{
background-color: #DCBEB1;
}
.BgClassName
{
background-color: #DCBEB1;
}
</style>
border-color css
<style>
span { border-color: #DCBEB1; }
span { border-color: rgb(220,190,177); }
td.TdClassName
{
border-color: #DCBEB1;
}
.TagClassName
{
border-color: #DCBEB1;
}
</style>