Shades of Perfume #CEA9EF
Tints of Perfume #CEA9EF
RGB
CMYK
RGB Variations
Color information
#CEA9EF (or 0xCEA9EF) is known color: Perfume. HEX triplet: CE, A9 and EF. RGB value is (206,169,239). Sum of RGB (Red+Green+Blue) = 206+169+239=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9EF is #315610. Grayscale: #BBBBBB. Windows color (decimal): -3233297 or 15706574. OLE color: 15706574.
HSL color Cylindrical-coordinate representation of color #CEA9EF: hue angle of 271.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA9EF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 169 | 239 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.06 |
| HSL | 271.71º | 0.69% | 0.8% | - |
| HSV(B) | 271.71º | 0.29% | 0.94% | - |
| XYZ | 55.22 | 47.73 | 87.96 | - |
| YUV | 188.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 239 | 0.14 | 0.29 | 0 | 0.06 | 271.71 | 0.69 | 0.8 |
| Hex | CE | A9 | EF | E | 1D | 0 | 6 | 110 | 45 | 50 |
| Octal | 316 | 251 | 357 | 16 | 35 | 0 | 6 | 420 | 105 | 120 |
| Binary | 11001110 | 10101001 | 11101111 | 1110 | 11101 | 0 | 110 | 100010000 | 1000101 | 1010000 |
Color Harmonies of #CEA9EF
Complementary color
Monochromatic Colors of #CEA9EF
Black with #CEA9EF
Text Example
Text Example
White with #CEA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9EF; }
p { color: rgb(206,169,239); }
H1.HeaderClassName
{
color: #CEA9EF;
}
.AnyTagClassName
{
color: #CEA9EF;
}
</style>
background-color css
<style>
a { background-color: #CEA9EF; }
a { background-color: rgb(206,169,239); }
div.DivClassName
{
background-color: #CEA9EF;
}
.BgClassName
{
background-color: #CEA9EF;
}
</style>
border-color css
<style>
span { border-color: #CEA9EF; }
span { border-color: rgb(206,169,239); }
td.TdClassName
{
border-color: #CEA9EF;
}
.TagClassName
{
border-color: #CEA9EF;
}
</style>