Shades of Wafer #DCBEB3
Tints of Wafer #DCBEB3
RGB
CMYK
RGB Variations
Color information
#DCBEB3 (or 0xDCBEB3) is known color: Wafer. HEX triplet: DC, BE and B3. RGB value is (220,190,179). Sum of RGB (Red+Green+Blue) = 220+190+179=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEB3 is #23414C. Grayscale: #C5C5C5. Windows color (decimal): -2310477 or 11779804. OLE color: 11779804.
HSL color Cylindrical-coordinate representation of color #DCBEB3: hue angle of 16.1º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 179 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.14 |
| HSL | 16.1º | 0.37% | 0.78% | - |
| HSV(B) | 16.1º | 0.19% | 0.86% | - |
| XYZ | 56.07 | 55.3 | 50.37 | - |
| YUV | 197.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 179 | 0 | 0.14 | 0.19 | 0.14 | 16.1 | 0.37 | 0.78 |
| Hex | DC | BE | B3 | 0 | E | 13 | E | 10 | 25 | 4E |
| Octal | 334 | 276 | 263 | 0 | 16 | 23 | 16 | 20 | 45 | 116 |
| Binary | 11011100 | 10111110 | 10110011 | 0 | 1110 | 10011 | 1110 | 10000 | 100101 | 1001110 |
Color Harmonies of #DCBEB3
Complementary color
Monochromatic Colors of #DCBEB3
Black with #DCBEB3
Text Example
Text Example
White with #DCBEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEB3; }
p { color: rgb(220,190,179); }
H1.HeaderClassName
{
color: #DCBEB3;
}
.AnyTagClassName
{
color: #DCBEB3;
}
</style>
background-color css
<style>
a { background-color: #DCBEB3; }
a { background-color: rgb(220,190,179); }
div.DivClassName
{
background-color: #DCBEB3;
}
.BgClassName
{
background-color: #DCBEB3;
}
</style>
border-color css
<style>
span { border-color: #DCBEB3; }
span { border-color: rgb(220,190,179); }
td.TdClassName
{
border-color: #DCBEB3;
}
.TagClassName
{
border-color: #DCBEB3;
}
</style>