Shades of Wafer #DCBBB0
Tints of Wafer #DCBBB0
RGB
CMYK
RGB Variations
Color information
#DCBBB0 (or 0xDCBBB0) is known color: Wafer. HEX triplet: DC, BB and B0. RGB value is (220,187,176). Sum of RGB (Red+Green+Blue) = 220+187+176=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBBB0 is #23444F. Grayscale: #C3C3C3. Windows color (decimal): -2311248 or 11582428. OLE color: 11582428.
HSL color Cylindrical-coordinate representation of color #DCBBB0: hue angle of 15º degrees, saturation: 0.39, 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 #DCBBB0 is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 176 | - |
| CMYK | 0 | 0.15 | 0.2 | 0.14 |
| HSL | 15º | 0.39% | 0.78% | - |
| HSV(B) | 15º | 0.2% | 0.86% | - |
| XYZ | 55.12 | 53.89 | 48.57 | - |
| YUV | 195.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 176 | 0 | 0.15 | 0.2 | 0.14 | 15 | 0.39 | 0.78 |
| Hex | DC | BB | B0 | 0 | F | 14 | E | F | 27 | 4E |
| Octal | 334 | 273 | 260 | 0 | 17 | 24 | 16 | 17 | 47 | 116 |
| Binary | 11011100 | 10111011 | 10110000 | 0 | 1111 | 10100 | 1110 | 1111 | 100111 | 1001110 |
Color Harmonies of #DCBBB0
Complementary color
Monochromatic Colors of #DCBBB0
Black with #DCBBB0
Text Example
Text Example
White with #DCBBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBB0; }
p { color: rgb(220,187,176); }
H1.HeaderClassName
{
color: #DCBBB0;
}
.AnyTagClassName
{
color: #DCBBB0;
}
</style>
background-color css
<style>
a { background-color: #DCBBB0; }
a { background-color: rgb(220,187,176); }
div.DivClassName
{
background-color: #DCBBB0;
}
.BgClassName
{
background-color: #DCBBB0;
}
</style>
border-color css
<style>
span { border-color: #DCBBB0; }
span { border-color: rgb(220,187,176); }
td.TdClassName
{
border-color: #DCBBB0;
}
.TagClassName
{
border-color: #DCBBB0;
}
</style>