Shades of Blossom #DEA6B6
Tints of Blossom #DEA6B6
RGB
CMYK
RGB Variations
Color information
#DEA6B6 (or 0xDEA6B6) is known color: Blossom. HEX triplet: DE, A6 and B6. RGB value is (222,166,182). Sum of RGB (Red+Green+Blue) = 222+166+182=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6B6 is #215949. Grayscale: #B8B8B8. Windows color (decimal): -2185546 or 11970270. OLE color: 11970270.
HSL color Cylindrical-coordinate representation of color #DEA6B6: hue angle of 342.86º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEA6B6 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 182 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.13 |
| HSL | 342.86º | 0.46% | 0.76% | - |
| HSV(B) | 342.86º | 0.25% | 0.87% | - |
| XYZ | 52.2 | 46.18 | 50.42 | - |
| YUV | 184.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 182 | 0 | 0.25 | 0.18 | 0.13 | 342.86 | 0.46 | 0.76 |
| Hex | DE | A6 | B6 | 0 | 19 | 12 | D | 157 | 2E | 4C |
| Octal | 336 | 246 | 266 | 0 | 31 | 22 | 15 | 527 | 56 | 114 |
| Binary | 11011110 | 10100110 | 10110110 | 0 | 11001 | 10010 | 1101 | 101010111 | 101110 | 1001100 |
Color Harmonies of #DEA6B6
Complementary color
Monochromatic Colors of #DEA6B6
Black with #DEA6B6
Text Example
Text Example
White with #DEA6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6B6; }
p { color: rgb(222,166,182); }
H1.HeaderClassName
{
color: #DEA6B6;
}
.AnyTagClassName
{
color: #DEA6B6;
}
</style>
background-color css
<style>
a { background-color: #DEA6B6; }
a { background-color: rgb(222,166,182); }
div.DivClassName
{
background-color: #DEA6B6;
}
.BgClassName
{
background-color: #DEA6B6;
}
</style>
border-color css
<style>
span { border-color: #DEA6B6; }
span { border-color: rgb(222,166,182); }
td.TdClassName
{
border-color: #DEA6B6;
}
.TagClassName
{
border-color: #DEA6B6;
}
</style>