Shades of Perfume #CEA9F0
Tints of Perfume #CEA9F0
RGB
CMYK
RGB Variations
Color information
#CEA9F0 (or 0xCEA9F0) is known color: Perfume. HEX triplet: CE, A9 and F0. RGB value is (206,169,240). Sum of RGB (Red+Green+Blue) = 206+169+240=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEA9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA9F0 is #31560F. Grayscale: #BBBBBB. Windows color (decimal): -3233296 or 15772110. OLE color: 15772110.
HSL color Cylindrical-coordinate representation of color #CEA9F0: hue angle of 271.27º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA9F0 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 169 | 240 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.06 |
| HSL | 271.27º | 0.7% | 0.8% | - |
| HSV(B) | 271.27º | 0.3% | 0.94% | - |
| XYZ | 55.37 | 47.79 | 88.74 | - |
| YUV | 188.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 240 | 0.14 | 0.30 | 0 | 0.06 | 271.27 | 0.7 | 0.8 |
| Hex | CE | A9 | F0 | E | 1E | 0 | 6 | 10F | 46 | 50 |
| Octal | 316 | 251 | 360 | 16 | 36 | 0 | 6 | 417 | 106 | 120 |
| Binary | 11001110 | 10101001 | 11110000 | 1110 | 11110 | 0 | 110 | 100001111 | 1000110 | 1010000 |
Color Harmonies of #CEA9F0
Complementary color
Monochromatic Colors of #CEA9F0
Black with #CEA9F0
Text Example
Text Example
White with #CEA9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9F0; }
p { color: rgb(206,169,240); }
H1.HeaderClassName
{
color: #CEA9F0;
}
.AnyTagClassName
{
color: #CEA9F0;
}
</style>
background-color css
<style>
a { background-color: #CEA9F0; }
a { background-color: rgb(206,169,240); }
div.DivClassName
{
background-color: #CEA9F0;
}
.BgClassName
{
background-color: #CEA9F0;
}
</style>
border-color css
<style>
span { border-color: #CEA9F0; }
span { border-color: rgb(206,169,240); }
td.TdClassName
{
border-color: #CEA9F0;
}
.TagClassName
{
border-color: #CEA9F0;
}
</style>