Shades of Wafer #DCBDB3
Tints of Wafer #DCBDB3
RGB
CMYK
RGB Variations
Color information
#DCBDB3 (or 0xDCBDB3) is known color: Wafer. HEX triplet: DC, BD and B3. RGB value is (220,189,179). Sum of RGB (Red+Green+Blue) = 220+189+179=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDB3 is #23424C. Grayscale: #C5C5C5. Windows color (decimal): -2310733 or 11779548. OLE color: 11779548.
HSL color Cylindrical-coordinate representation of color #DCBDB3: hue angle of 14.63º 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 #DCBDB3 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 179 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.14 |
| HSL | 14.63º | 0.37% | 0.78% | - |
| HSV(B) | 14.63º | 0.19% | 0.86% | - |
| XYZ | 55.85 | 54.87 | 50.29 | - |
| YUV | 197.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 179 | 0 | 0.14 | 0.19 | 0.14 | 14.63 | 0.37 | 0.78 |
| Hex | DC | BD | B3 | 0 | E | 13 | E | F | 25 | 4E |
| Octal | 334 | 275 | 263 | 0 | 16 | 23 | 16 | 17 | 45 | 116 |
| Binary | 11011100 | 10111101 | 10110011 | 0 | 1110 | 10011 | 1110 | 1111 | 100101 | 1001110 |
Color Harmonies of #DCBDB3
Complementary color
Monochromatic Colors of #DCBDB3
Black with #DCBDB3
Text Example
Text Example
White with #DCBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDB3; }
p { color: rgb(220,189,179); }
H1.HeaderClassName
{
color: #DCBDB3;
}
.AnyTagClassName
{
color: #DCBDB3;
}
</style>
background-color css
<style>
a { background-color: #DCBDB3; }
a { background-color: rgb(220,189,179); }
div.DivClassName
{
background-color: #DCBDB3;
}
.BgClassName
{
background-color: #DCBDB3;
}
</style>
border-color css
<style>
span { border-color: #DCBDB3; }
span { border-color: rgb(220,189,179); }
td.TdClassName
{
border-color: #DCBDB3;
}
.TagClassName
{
border-color: #DCBDB3;
}
</style>