Shades of Wafer #DABEB4
Tints of Wafer #DABEB4
RGB
CMYK
RGB Variations
Color information
#DABEB4 (or 0xDABEB4) is known color: Wafer. HEX triplet: DA, BE and B4. RGB value is (218,190,180). Sum of RGB (Red+Green+Blue) = 218+190+180=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEB4 is #25414B. Grayscale: #C5C5C5. Windows color (decimal): -2441548 or 11845338. OLE color: 11845338.
HSL color Cylindrical-coordinate representation of color #DABEB4: hue angle of 15.79º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DABEB4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 180 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.15 |
| HSL | 15.79º | 0.34% | 0.78% | - |
| HSV(B) | 15.79º | 0.17% | 0.85% | - |
| XYZ | 55.57 | 55.03 | 50.87 | - |
| YUV | 197.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 180 | 0 | 0.13 | 0.17 | 0.15 | 15.79 | 0.34 | 0.78 |
| Hex | DA | BE | B4 | 0 | D | 11 | F | 10 | 22 | 4E |
| Octal | 332 | 276 | 264 | 0 | 15 | 21 | 17 | 20 | 42 | 116 |
| Binary | 11011010 | 10111110 | 10110100 | 0 | 1101 | 10001 | 1111 | 10000 | 100010 | 1001110 |
Color Harmonies of #DABEB4
Complementary color
Monochromatic Colors of #DABEB4
Black with #DABEB4
Text Example
Text Example
White with #DABEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEB4; }
p { color: rgb(218,190,180); }
H1.HeaderClassName
{
color: #DABEB4;
}
.AnyTagClassName
{
color: #DABEB4;
}
</style>
background-color css
<style>
a { background-color: #DABEB4; }
a { background-color: rgb(218,190,180); }
div.DivClassName
{
background-color: #DABEB4;
}
.BgClassName
{
background-color: #DABEB4;
}
</style>
border-color css
<style>
span { border-color: #DABEB4; }
span { border-color: rgb(218,190,180); }
td.TdClassName
{
border-color: #DABEB4;
}
.TagClassName
{
border-color: #DABEB4;
}
</style>