Shades of Wafer #DCBCB2
Tints of Wafer #DCBCB2
RGB
CMYK
RGB Variations
Color information
#DCBCB2 (or 0xDCBCB2) is known color: Wafer. HEX triplet: DC, BC and B2. RGB value is (220,188,178). Sum of RGB (Red+Green+Blue) = 220+188+178=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCB2 is #23434D. Grayscale: #C4C4C4. Windows color (decimal): -2310990 or 11713756. OLE color: 11713756.
HSL color Cylindrical-coordinate representation of color #DCBCB2: hue angle of 14.29º degrees, saturation: 0.38, 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 #DCBCB2 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 188 | 178 | - |
CMYK | 0 | 0.15 | 0.19 | 0.14 |
HSL | 14.29º | 0.38% | 0.78% | - |
HSV(B) | 14.29º | 0.19% | 0.86% | - |
XYZ | 55.53 | 54.4 | 49.69 | - |
YUV | 196.43 | 117.6 | 144.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 188 | 178 | 0 | 0.15 | 0.19 | 0.14 | 14.29 | 0.38 | 0.78 |
Hex | DC | BC | B2 | 0 | F | 13 | E | E | 26 | 4E |
Octal | 334 | 274 | 262 | 0 | 17 | 23 | 16 | 16 | 46 | 116 |
Binary | 11011100 | 10111100 | 10110010 | 0 | 1111 | 10011 | 1110 | 1110 | 100110 | 1001110 |
Color Harmonies of #DCBCB2
Complementary color
Monochromatic Colors of #DCBCB2
Black with #DCBCB2
Text Example
Text Example
White with #DCBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCB2; }
p { color: rgb(220,188,178); }
H1.HeaderClassName
{
color: #DCBCB2;
}
.AnyTagClassName
{
color: #DCBCB2;
}
</style>
background-color css
<style>
a { background-color: #DCBCB2; }
a { background-color: rgb(220,188,178); }
div.DivClassName
{
background-color: #DCBCB2;
}
.BgClassName
{
background-color: #DCBCB2;
}
</style>
border-color css
<style>
span { border-color: #DCBCB2; }
span { border-color: rgb(220,188,178); }
td.TdClassName
{
border-color: #DCBCB2;
}
.TagClassName
{
border-color: #DCBCB2;
}
</style>