Shades of Wafer #DCBDB2
Tints of Wafer #DCBDB2
RGB
CMYK
RGB Variations
Color information
#DCBDB2 (or 0xDCBDB2) is known color: Wafer. HEX triplet: DC, BD and B2. RGB value is (220,189,178). Sum of RGB (Red+Green+Blue) = 220+189+178=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 178 (69.92% from 255 or 30.32% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBDB2 is #23424D. Grayscale: #C5C5C5. Windows color (decimal): -2310734 or 11714012. OLE color: 11714012.
HSL color Cylindrical-coordinate representation of color #DCBDB2: hue angle of 15.71º 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 #DCBDB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 189 | 178 | - |
CMYK | 0 | 0.14 | 0.19 | 0.14 |
HSL | 15.71º | 0.38% | 0.78% | - |
HSV(B) | 15.71º | 0.19% | 0.86% | - |
XYZ | 55.75 | 54.83 | 49.76 | - |
YUV | 197.02 | 117.27 | 144.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 189 | 178 | 0 | 0.14 | 0.19 | 0.14 | 15.71 | 0.38 | 0.78 |
Hex | DC | BD | B2 | 0 | E | 13 | E | 10 | 26 | 4E |
Octal | 334 | 275 | 262 | 0 | 16 | 23 | 16 | 20 | 46 | 116 |
Binary | 11011100 | 10111101 | 10110010 | 0 | 1110 | 10011 | 1110 | 10000 | 100110 | 1001110 |
Color Harmonies of #DCBDB2
Complementary color
Monochromatic Colors of #DCBDB2
Black with #DCBDB2
Text Example
Text Example
White with #DCBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDB2; }
p { color: rgb(220,189,178); }
H1.HeaderClassName
{
color: #DCBDB2;
}
.AnyTagClassName
{
color: #DCBDB2;
}
</style>
background-color css
<style>
a { background-color: #DCBDB2; }
a { background-color: rgb(220,189,178); }
div.DivClassName
{
background-color: #DCBDB2;
}
.BgClassName
{
background-color: #DCBDB2;
}
</style>
border-color css
<style>
span { border-color: #DCBDB2; }
span { border-color: rgb(220,189,178); }
td.TdClassName
{
border-color: #DCBDB2;
}
.TagClassName
{
border-color: #DCBDB2;
}
</style>