Shades of Wafer #DFBEB2
Tints of Wafer #DFBEB2
RGB
CMYK
RGB Variations
Color information
#DFBEB2 (or 0xDFBEB2) is known color: Wafer. HEX triplet: DF, BE and B2. RGB value is (223,190,178). Sum of RGB (Red+Green+Blue) = 223+190+178=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEB2 is #20414D. Grayscale: #C6C6C6. Windows color (decimal): -2113870 or 11714271. OLE color: 11714271.
HSL color Cylindrical-coordinate representation of color #DFBEB2: hue angle of 16º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFBEB2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 178 | - |
CMYK | 0 | 0.15 | 0.20 | 0.13 |
HSL | 16º | 0.41% | 0.79% | - |
HSV(B) | 16º | 0.2% | 0.87% | - |
XYZ | 56.88 | 55.73 | 49.88 | - |
YUV | 198.5 | 116.43 | 145.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 178 | 0 | 0.15 | 0.20 | 0.13 | 16 | 0.41 | 0.79 |
Hex | DF | BE | B2 | 0 | F | 14 | D | 10 | 29 | 4F |
Octal | 337 | 276 | 262 | 0 | 17 | 24 | 15 | 20 | 51 | 117 |
Binary | 11011111 | 10111110 | 10110010 | 0 | 1111 | 10100 | 1101 | 10000 | 101001 | 1001111 |
Color Harmonies of #DFBEB2
Complementary color
Monochromatic Colors of #DFBEB2
Black with #DFBEB2
Text Example
Text Example
White with #DFBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEB2; }
p { color: rgb(223,190,178); }
H1.HeaderClassName
{
color: #DFBEB2;
}
.AnyTagClassName
{
color: #DFBEB2;
}
</style>
background-color css
<style>
a { background-color: #DFBEB2; }
a { background-color: rgb(223,190,178); }
div.DivClassName
{
background-color: #DFBEB2;
}
.BgClassName
{
background-color: #DFBEB2;
}
</style>
border-color css
<style>
span { border-color: #DFBEB2; }
span { border-color: rgb(223,190,178); }
td.TdClassName
{
border-color: #DFBEB2;
}
.TagClassName
{
border-color: #DFBEB2;
}
</style>