Shades of Wafer #DCBEB2
Tints of Wafer #DCBEB2
RGB
CMYK
RGB Variations
Color information
#DCBEB2 (or 0xDCBEB2) is known color: Wafer. HEX triplet: DC, BE and B2. RGB value is (220,190,178). Sum of RGB (Red+Green+Blue) = 220+190+178=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEB2 is #23414D. Grayscale: #C5C5C5. Windows color (decimal): -2310478 or 11714268. OLE color: 11714268.
HSL color Cylindrical-coordinate representation of color #DCBEB2: hue angle of 17.14º 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 #DCBEB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 178 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.14 |
| HSL | 17.14º | 0.38% | 0.78% | - |
| HSV(B) | 17.14º | 0.19% | 0.86% | - |
| XYZ | 55.96 | 55.26 | 49.84 | - |
| YUV | 197.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 178 | 0 | 0.14 | 0.19 | 0.14 | 17.14 | 0.38 | 0.78 |
| Hex | DC | BE | B2 | 0 | E | 13 | E | 11 | 26 | 4E |
| Octal | 334 | 276 | 262 | 0 | 16 | 23 | 16 | 21 | 46 | 116 |
| Binary | 11011100 | 10111110 | 10110010 | 0 | 1110 | 10011 | 1110 | 10001 | 100110 | 1001110 |
Color Harmonies of #DCBEB2
Complementary color
Monochromatic Colors of #DCBEB2
Black with #DCBEB2
Text Example
Text Example
White with #DCBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEB2; }
p { color: rgb(220,190,178); }
H1.HeaderClassName
{
color: #DCBEB2;
}
.AnyTagClassName
{
color: #DCBEB2;
}
</style>
background-color css
<style>
a { background-color: #DCBEB2; }
a { background-color: rgb(220,190,178); }
div.DivClassName
{
background-color: #DCBEB2;
}
.BgClassName
{
background-color: #DCBEB2;
}
</style>
border-color css
<style>
span { border-color: #DCBEB2; }
span { border-color: rgb(220,190,178); }
td.TdClassName
{
border-color: #DCBEB2;
}
.TagClassName
{
border-color: #DCBEB2;
}
</style>