Shades of Blossom #CEA9B5
Tints of Blossom #CEA9B5
RGB
CMYK
RGB Variations
Color information
#CEA9B5 (or 0xCEA9B5) is known color: Blossom. HEX triplet: CE, A9 and B5. RGB value is (206,169,181). Sum of RGB (Red+Green+Blue) = 206+169+181=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9B5 is #31564A. Grayscale: #B5B5B5. Windows color (decimal): -3233355 or 11905486. OLE color: 11905486.
HSL color Cylindrical-coordinate representation of color #CEA9B5: hue angle of 340.54º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEA9B5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 181 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.19 |
| HSL | 340.54º | 0.27% | 0.74% | - |
| HSV(B) | 340.54º | 0.18% | 0.81% | - |
| XYZ | 47.98 | 44.83 | 49.84 | - |
| YUV | 181.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 181 | 0 | 0.18 | 0.12 | 0.19 | 340.54 | 0.27 | 0.74 |
| Hex | CE | A9 | B5 | 0 | 12 | C | 13 | 155 | 1B | 4A |
| Octal | 316 | 251 | 265 | 0 | 22 | 14 | 23 | 525 | 33 | 112 |
| Binary | 11001110 | 10101001 | 10110101 | 0 | 10010 | 1100 | 10011 | 101010101 | 11011 | 1001010 |
Color Harmonies of #CEA9B5
Complementary color
Monochromatic Colors of #CEA9B5
Black with #CEA9B5
Text Example
Text Example
White with #CEA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9B5; }
p { color: rgb(206,169,181); }
H1.HeaderClassName
{
color: #CEA9B5;
}
.AnyTagClassName
{
color: #CEA9B5;
}
</style>
background-color css
<style>
a { background-color: #CEA9B5; }
a { background-color: rgb(206,169,181); }
div.DivClassName
{
background-color: #CEA9B5;
}
.BgClassName
{
background-color: #CEA9B5;
}
</style>
border-color css
<style>
span { border-color: #CEA9B5; }
span { border-color: rgb(206,169,181); }
td.TdClassName
{
border-color: #CEA9B5;
}
.TagClassName
{
border-color: #CEA9B5;
}
</style>