Shades of Wafer #DDBDB2
Tints of Wafer #DDBDB2
RGB
CMYK
RGB Variations
Color information
#DDBDB2 (or 0xDDBDB2) is known color: Wafer. HEX triplet: DD, BD and B2. RGB value is (221,189,178). Sum of RGB (Red+Green+Blue) = 221+189+178=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDB2 is #22424D. Grayscale: #C5C5C5. Windows color (decimal): -2245198 or 11714013. OLE color: 11714013.
HSL color Cylindrical-coordinate representation of color #DDBDB2: hue angle of 15.35º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBDB2 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 178 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.13 |
| HSL | 15.35º | 0.39% | 0.78% | - |
| HSV(B) | 15.35º | 0.19% | 0.87% | - |
| XYZ | 56.05 | 54.98 | 49.78 | - |
| YUV | 197.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 178 | 0 | 0.14 | 0.19 | 0.13 | 15.35 | 0.39 | 0.78 |
| Hex | DD | BD | B2 | 0 | E | 13 | D | F | 27 | 4E |
| Octal | 335 | 275 | 262 | 0 | 16 | 23 | 15 | 17 | 47 | 116 |
| Binary | 11011101 | 10111101 | 10110010 | 0 | 1110 | 10011 | 1101 | 1111 | 100111 | 1001110 |
Color Harmonies of #DDBDB2
Complementary color
Monochromatic Colors of #DDBDB2
Black with #DDBDB2
Text Example
Text Example
White with #DDBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDB2; }
p { color: rgb(221,189,178); }
H1.HeaderClassName
{
color: #DDBDB2;
}
.AnyTagClassName
{
color: #DDBDB2;
}
</style>
background-color css
<style>
a { background-color: #DDBDB2; }
a { background-color: rgb(221,189,178); }
div.DivClassName
{
background-color: #DDBDB2;
}
.BgClassName
{
background-color: #DDBDB2;
}
</style>
border-color css
<style>
span { border-color: #DDBDB2; }
span { border-color: rgb(221,189,178); }
td.TdClassName
{
border-color: #DDBDB2;
}
.TagClassName
{
border-color: #DDBDB2;
}
</style>