Shades of Perfume #CEACF0
Tints of Perfume #CEACF0
RGB
CMYK
RGB Variations
Color information
#CEACF0 (or 0xCEACF0) is known color: Perfume. HEX triplet: CE, AC and F0. RGB value is (206,172,240). Sum of RGB (Red+Green+Blue) = 206+172+240=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACF0 is #31530F. Grayscale: #BDBDBD. Windows color (decimal): -3232528 or 15772878. OLE color: 15772878.
HSL color Cylindrical-coordinate representation of color #CEACF0: hue angle of 270º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEACF0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 172 | 240 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270º | 0.69% | 0.81% | - |
| HSV(B) | 270º | 0.28% | 0.94% | - |
| XYZ | 55.93 | 48.92 | 88.93 | - |
| YUV | 189.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 240 | 0.14 | 0.28 | 0 | 0.06 | 270 | 0.69 | 0.81 |
| Hex | CE | AC | F0 | E | 1C | 0 | 6 | 10E | 45 | 51 |
| Octal | 316 | 254 | 360 | 16 | 34 | 0 | 6 | 416 | 105 | 121 |
| Binary | 11001110 | 10101100 | 11110000 | 1110 | 11100 | 0 | 110 | 100001110 | 1000101 | 1010001 |
Color Harmonies of #CEACF0
Complementary color
Monochromatic Colors of #CEACF0
Black with #CEACF0
Text Example
Text Example
White with #CEACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACF0; }
p { color: rgb(206,172,240); }
H1.HeaderClassName
{
color: #CEACF0;
}
.AnyTagClassName
{
color: #CEACF0;
}
</style>
background-color css
<style>
a { background-color: #CEACF0; }
a { background-color: rgb(206,172,240); }
div.DivClassName
{
background-color: #CEACF0;
}
.BgClassName
{
background-color: #CEACF0;
}
</style>
border-color css
<style>
span { border-color: #CEACF0; }
span { border-color: rgb(206,172,240); }
td.TdClassName
{
border-color: #CEACF0;
}
.TagClassName
{
border-color: #CEACF0;
}
</style>