Shades of Wafer #DDBEB1
Tints of Wafer #DDBEB1
RGB
CMYK
RGB Variations
Color information
#DDBEB1 (or 0xDDBEB1) is known color: Wafer. HEX triplet: DD, BE and B1. RGB value is (221,190,177). Sum of RGB (Red+Green+Blue) = 221+190+177=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEB1 is #22414E. Grayscale: #C5C5C5. Windows color (decimal): -2244943 or 11648733. OLE color: 11648733.
HSL color Cylindrical-coordinate representation of color #DDBEB1: hue angle of 17.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBEB1 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 177 | - |
CMYK | 0 | 0.14 | 0.20 | 0.13 |
HSL | 17.73º | 0.39% | 0.78% | - |
HSV(B) | 17.73º | 0.2% | 0.87% | - |
XYZ | 56.17 | 55.37 | 49.32 | - |
YUV | 197.79 | 116.27 | 144.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 177 | 0 | 0.14 | 0.20 | 0.13 | 17.73 | 0.39 | 0.78 |
Hex | DD | BE | B1 | 0 | E | 14 | D | 12 | 27 | 4E |
Octal | 335 | 276 | 261 | 0 | 16 | 24 | 15 | 22 | 47 | 116 |
Binary | 11011101 | 10111110 | 10110001 | 0 | 1110 | 10100 | 1101 | 10010 | 100111 | 1001110 |
Color Harmonies of #DDBEB1
Complementary color
Monochromatic Colors of #DDBEB1
Black with #DDBEB1
Text Example
Text Example
White with #DDBEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEB1; }
p { color: rgb(221,190,177); }
H1.HeaderClassName
{
color: #DDBEB1;
}
.AnyTagClassName
{
color: #DDBEB1;
}
</style>
background-color css
<style>
a { background-color: #DDBEB1; }
a { background-color: rgb(221,190,177); }
div.DivClassName
{
background-color: #DDBEB1;
}
.BgClassName
{
background-color: #DDBEB1;
}
</style>
border-color css
<style>
span { border-color: #DDBEB1; }
span { border-color: rgb(221,190,177); }
td.TdClassName
{
border-color: #DDBEB1;
}
.TagClassName
{
border-color: #DDBEB1;
}
</style>