Shades of Wafer #DDBEB4
Tints of Wafer #DDBEB4
RGB
CMYK
RGB Variations
Color information
#DDBEB4 (or 0xDDBEB4) is known color: Wafer. HEX triplet: DD, BE and B4. RGB value is (221,190,180). Sum of RGB (Red+Green+Blue) = 221+190+180=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEB4 is #22414B. Grayscale: #C6C6C6. Windows color (decimal): -2244940 or 11845341. OLE color: 11845341.
HSL color Cylindrical-coordinate representation of color #DDBEB4: hue angle of 14.63º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBEB4 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 190 | 180 | - |
CMYK | 0 | 0.14 | 0.19 | 0.13 |
HSL | 14.63º | 0.38% | 0.79% | - |
HSV(B) | 14.63º | 0.19% | 0.87% | - |
XYZ | 56.47 | 55.49 | 50.92 | - |
YUV | 198.13 | 117.77 | 144.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 190 | 180 | 0 | 0.14 | 0.19 | 0.13 | 14.63 | 0.38 | 0.79 |
Hex | DD | BE | B4 | 0 | E | 13 | D | F | 26 | 4F |
Octal | 335 | 276 | 264 | 0 | 16 | 23 | 15 | 17 | 46 | 117 |
Binary | 11011101 | 10111110 | 10110100 | 0 | 1110 | 10011 | 1101 | 1111 | 100110 | 1001111 |
Color Harmonies of #DDBEB4
Complementary color
Monochromatic Colors of #DDBEB4
Black with #DDBEB4
Text Example
Text Example
White with #DDBEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEB4; }
p { color: rgb(221,190,180); }
H1.HeaderClassName
{
color: #DDBEB4;
}
.AnyTagClassName
{
color: #DDBEB4;
}
</style>
background-color css
<style>
a { background-color: #DDBEB4; }
a { background-color: rgb(221,190,180); }
div.DivClassName
{
background-color: #DDBEB4;
}
.BgClassName
{
background-color: #DDBEB4;
}
</style>
border-color css
<style>
span { border-color: #DDBEB4; }
span { border-color: rgb(221,190,180); }
td.TdClassName
{
border-color: #DDBEB4;
}
.TagClassName
{
border-color: #DDBEB4;
}
</style>