Shades of Blossom #DEA5B5
Tints of Blossom #DEA5B5
RGB
CMYK
RGB Variations
Color information
#DEA5B5 (or 0xDEA5B5) is known color: Blossom. HEX triplet: DE, A5 and B5. RGB value is (222,165,181). Sum of RGB (Red+Green+Blue) = 222+165+181=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA5B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA5B5 is #215A4A. Grayscale: #B7B7B7. Windows color (decimal): -2185803 or 11904478. OLE color: 11904478.
HSL color Cylindrical-coordinate representation of color #DEA5B5: hue angle of 343.16º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA5B5 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 165 | 181 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.13 |
| HSL | 343.16º | 0.46% | 0.76% | - |
| HSV(B) | 343.16º | 0.26% | 0.87% | - |
| XYZ | 51.92 | 45.78 | 49.82 | - |
| YUV | 183.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 165 | 181 | 0 | 0.26 | 0.18 | 0.13 | 343.16 | 0.46 | 0.76 |
| Hex | DE | A5 | B5 | 0 | 1A | 12 | D | 157 | 2E | 4C |
| Octal | 336 | 245 | 265 | 0 | 32 | 22 | 15 | 527 | 56 | 114 |
| Binary | 11011110 | 10100101 | 10110101 | 0 | 11010 | 10010 | 1101 | 101010111 | 101110 | 1001100 |
Color Harmonies of #DEA5B5
Complementary color
Monochromatic Colors of #DEA5B5
Black with #DEA5B5
Text Example
Text Example
White with #DEA5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA5B5; }
p { color: rgb(222,165,181); }
H1.HeaderClassName
{
color: #DEA5B5;
}
.AnyTagClassName
{
color: #DEA5B5;
}
</style>
background-color css
<style>
a { background-color: #DEA5B5; }
a { background-color: rgb(222,165,181); }
div.DivClassName
{
background-color: #DEA5B5;
}
.BgClassName
{
background-color: #DEA5B5;
}
</style>
border-color css
<style>
span { border-color: #DEA5B5; }
span { border-color: rgb(222,165,181); }
td.TdClassName
{
border-color: #DEA5B5;
}
.TagClassName
{
border-color: #DEA5B5;
}
</style>