Shades of Wafer #DCBFB2
Tints of Wafer #DCBFB2
RGB
CMYK
RGB Variations
Color information
#DCBFB2 (or 0xDCBFB2) is known color: Wafer. HEX triplet: DC, BF and B2. RGB value is (220,191,178). Sum of RGB (Red+Green+Blue) = 220+191+178=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBFB2 is #23404D. Grayscale: #C6C6C6. Windows color (decimal): -2310222 or 11714524. OLE color: 11714524.
HSL color Cylindrical-coordinate representation of color #DCBFB2: hue angle of 18.57º 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 #DCBFB2 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 178 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.14 |
| HSL | 18.57º | 0.38% | 0.78% | - |
| HSV(B) | 18.57º | 0.19% | 0.86% | - |
| XYZ | 56.18 | 55.69 | 49.91 | - |
| YUV | 198.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 178 | 0 | 0.13 | 0.19 | 0.14 | 18.57 | 0.38 | 0.78 |
| Hex | DC | BF | B2 | 0 | D | 13 | E | 13 | 26 | 4E |
| Octal | 334 | 277 | 262 | 0 | 15 | 23 | 16 | 23 | 46 | 116 |
| Binary | 11011100 | 10111111 | 10110010 | 0 | 1101 | 10011 | 1110 | 10011 | 100110 | 1001110 |
Color Harmonies of #DCBFB2
Complementary color
Monochromatic Colors of #DCBFB2
Black with #DCBFB2
Text Example
Text Example
White with #DCBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFB2; }
p { color: rgb(220,191,178); }
H1.HeaderClassName
{
color: #DCBFB2;
}
.AnyTagClassName
{
color: #DCBFB2;
}
</style>
background-color css
<style>
a { background-color: #DCBFB2; }
a { background-color: rgb(220,191,178); }
div.DivClassName
{
background-color: #DCBFB2;
}
.BgClassName
{
background-color: #DCBFB2;
}
</style>
border-color css
<style>
span { border-color: #DCBFB2; }
span { border-color: rgb(220,191,178); }
td.TdClassName
{
border-color: #DCBFB2;
}
.TagClassName
{
border-color: #DCBFB2;
}
</style>