Shades of Blossom #DEA6B3
Tints of Blossom #DEA6B3
RGB
CMYK
RGB Variations
Color information
#DEA6B3 (or 0xDEA6B3) is known color: Blossom. HEX triplet: DE, A6 and B3. RGB value is (222,166,179). Sum of RGB (Red+Green+Blue) = 222+166+179=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA6B3 is #21594C. Grayscale: #B8B8B8. Windows color (decimal): -2185549 or 11773662. OLE color: 11773662.
HSL color Cylindrical-coordinate representation of color #DEA6B3: hue angle of 346.07º 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 #DEA6B3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 179 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.13 |
| HSL | 346.07º | 0.46% | 0.76% | - |
| HSV(B) | 346.07º | 0.25% | 0.87% | - |
| XYZ | 51.9 | 46.06 | 48.8 | - |
| YUV | 184.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 179 | 0 | 0.25 | 0.19 | 0.13 | 346.07 | 0.46 | 0.76 |
| Hex | DE | A6 | B3 | 0 | 19 | 13 | D | 15A | 2E | 4C |
| Octal | 336 | 246 | 263 | 0 | 31 | 23 | 15 | 532 | 56 | 114 |
| Binary | 11011110 | 10100110 | 10110011 | 0 | 11001 | 10011 | 1101 | 101011010 | 101110 | 1001100 |
Color Harmonies of #DEA6B3
Complementary color
Monochromatic Colors of #DEA6B3
Black with #DEA6B3
Text Example
Text Example
White with #DEA6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA6B3; }
p { color: rgb(222,166,179); }
H1.HeaderClassName
{
color: #DEA6B3;
}
.AnyTagClassName
{
color: #DEA6B3;
}
</style>
background-color css
<style>
a { background-color: #DEA6B3; }
a { background-color: rgb(222,166,179); }
div.DivClassName
{
background-color: #DEA6B3;
}
.BgClassName
{
background-color: #DEA6B3;
}
</style>
border-color css
<style>
span { border-color: #DEA6B3; }
span { border-color: rgb(222,166,179); }
td.TdClassName
{
border-color: #DEA6B3;
}
.TagClassName
{
border-color: #DEA6B3;
}
</style>