Shades of Wafer #D4BEB4
Tints of Wafer #D4BEB4
RGB
CMYK
RGB Variations
Color information
#D4BEB4 (or 0xD4BEB4) is known color: Wafer. HEX triplet: D4, BE and B4. RGB value is (212,190,180). Sum of RGB (Red+Green+Blue) = 212+190+180=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEB4 is #2B414B. Grayscale: #C3C3C3. Windows color (decimal): -2834764 or 11845332. OLE color: 11845332.
HSL color Cylindrical-coordinate representation of color #D4BEB4: hue angle of 18.75º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4BEB4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 190 | 180 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.17 |
| HSL | 18.75º | 0.27% | 0.77% | - |
| HSV(B) | 18.75º | 0.15% | 0.83% | - |
| XYZ | 53.8 | 54.12 | 50.79 | - |
| YUV | 195.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 180 | 0 | 0.10 | 0.15 | 0.17 | 18.75 | 0.27 | 0.77 |
| Hex | D4 | BE | B4 | 0 | A | F | 11 | 13 | 1B | 4D |
| Octal | 324 | 276 | 264 | 0 | 12 | 17 | 21 | 23 | 33 | 115 |
| Binary | 11010100 | 10111110 | 10110100 | 0 | 1010 | 1111 | 10001 | 10011 | 11011 | 1001101 |
Color Harmonies of #D4BEB4
Complementary color
Monochromatic Colors of #D4BEB4
Black with #D4BEB4
Text Example
Text Example
White with #D4BEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEB4; }
p { color: rgb(212,190,180); }
H1.HeaderClassName
{
color: #D4BEB4;
}
.AnyTagClassName
{
color: #D4BEB4;
}
</style>
background-color css
<style>
a { background-color: #D4BEB4; }
a { background-color: rgb(212,190,180); }
div.DivClassName
{
background-color: #D4BEB4;
}
.BgClassName
{
background-color: #D4BEB4;
}
</style>
border-color css
<style>
span { border-color: #D4BEB4; }
span { border-color: rgb(212,190,180); }
td.TdClassName
{
border-color: #D4BEB4;
}
.TagClassName
{
border-color: #D4BEB4;
}
</style>