Shades of Perfume #CEA8F1
Tints of Perfume #CEA8F1
RGB
CMYK
RGB Variations
Color information
#CEA8F1 (or 0xCEA8F1) is known color: Perfume. HEX triplet: CE, A8 and F1. RGB value is (206,168,241). Sum of RGB (Red+Green+Blue) = 206+168+241=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8F1 is #31570E. Grayscale: #BBBBBB. Windows color (decimal): -3233551 or 15837390. OLE color: 15837390.
HSL color Cylindrical-coordinate representation of color #CEA8F1: hue angle of 271.23º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA8F1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 168 | 241 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.05 |
| HSL | 271.23º | 0.72% | 0.8% | - |
| HSV(B) | 271.23º | 0.3% | 0.95% | - |
| XYZ | 55.33 | 47.48 | 89.47 | - |
| YUV | 187.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 241 | 0.15 | 0.30 | 0 | 0.05 | 271.23 | 0.72 | 0.8 |
| Hex | CE | A8 | F1 | F | 1E | 0 | 5 | 10F | 48 | 50 |
| Octal | 316 | 250 | 361 | 17 | 36 | 0 | 5 | 417 | 110 | 120 |
| Binary | 11001110 | 10101000 | 11110001 | 1111 | 11110 | 0 | 101 | 100001111 | 1001000 | 1010000 |
Color Harmonies of #CEA8F1
Complementary color
Monochromatic Colors of #CEA8F1
Black with #CEA8F1
Text Example
Text Example
White with #CEA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8F1; }
p { color: rgb(206,168,241); }
H1.HeaderClassName
{
color: #CEA8F1;
}
.AnyTagClassName
{
color: #CEA8F1;
}
</style>
background-color css
<style>
a { background-color: #CEA8F1; }
a { background-color: rgb(206,168,241); }
div.DivClassName
{
background-color: #CEA8F1;
}
.BgClassName
{
background-color: #CEA8F1;
}
</style>
border-color css
<style>
span { border-color: #CEA8F1; }
span { border-color: rgb(206,168,241); }
td.TdClassName
{
border-color: #CEA8F1;
}
.TagClassName
{
border-color: #CEA8F1;
}
</style>