Shades of Blossom #DEAEB4
Tints of Blossom #DEAEB4
RGB
CMYK
RGB Variations
Color information
#DEAEB4 (or 0xDEAEB4) is known color: Blossom. HEX triplet: DE, AE and B4. RGB value is (222,174,180). Sum of RGB (Red+Green+Blue) = 222+174+180=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEB4 is #21514B. Grayscale: #BDBDBD. Windows color (decimal): -2183500 or 11841246. OLE color: 11841246.
HSL color Cylindrical-coordinate representation of color #DEAEB4: hue angle of 352.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEB4 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 180 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.13 |
| HSL | 352.5º | 0.42% | 0.78% | - |
| HSV(B) | 352.5º | 0.22% | 0.87% | - |
| XYZ | 53.5 | 49.1 | 49.84 | - |
| YUV | 189.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 180 | 0 | 0.22 | 0.19 | 0.13 | 352.5 | 0.42 | 0.78 |
| Hex | DE | AE | B4 | 0 | 16 | 13 | D | 160 | 2A | 4E |
| Octal | 336 | 256 | 264 | 0 | 26 | 23 | 15 | 540 | 52 | 116 |
| Binary | 11011110 | 10101110 | 10110100 | 0 | 10110 | 10011 | 1101 | 101100000 | 101010 | 1001110 |
Color Harmonies of #DEAEB4
Complementary color
Monochromatic Colors of #DEAEB4
Black with #DEAEB4
Text Example
Text Example
White with #DEAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAEB4; }
p { color: rgb(222,174,180); }
H1.HeaderClassName
{
color: #DEAEB4;
}
.AnyTagClassName
{
color: #DEAEB4;
}
</style>
background-color css
<style>
a { background-color: #DEAEB4; }
a { background-color: rgb(222,174,180); }
div.DivClassName
{
background-color: #DEAEB4;
}
.BgClassName
{
background-color: #DEAEB4;
}
</style>
border-color css
<style>
span { border-color: #DEAEB4; }
span { border-color: rgb(222,174,180); }
td.TdClassName
{
border-color: #DEAEB4;
}
.TagClassName
{
border-color: #DEAEB4;
}
</style>