Shades of Perfume #CEAAEB
Tints of Perfume #CEAAEB
RGB
CMYK
RGB Variations
Color information
#CEAAEB (or 0xCEAAEB) is known color: Perfume. HEX triplet: CE, AA and EB. RGB value is (206,170,235). Sum of RGB (Red+Green+Blue) = 206+170+235=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEB is #315514. Grayscale: #BBBBBB. Windows color (decimal): -3233045 or 15444686. OLE color: 15444686.
HSL color Cylindrical-coordinate representation of color #CEAAEB: hue angle of 273.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEAAEB is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 170 | 235 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.08 |
| HSL | 273.23º | 0.62% | 0.79% | - |
| HSV(B) | 273.23º | 0.28% | 0.92% | - |
| XYZ | 54.82 | 47.87 | 84.95 | - |
| YUV | 188.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 235 | 0.12 | 0.28 | 0 | 0.08 | 273.23 | 0.62 | 0.79 |
| Hex | CE | AA | EB | C | 1C | 0 | 8 | 111 | 3E | 4F |
| Octal | 316 | 252 | 353 | 14 | 34 | 0 | 10 | 421 | 76 | 117 |
| Binary | 11001110 | 10101010 | 11101011 | 1100 | 11100 | 0 | 1000 | 100010001 | 111110 | 1001111 |
Color Harmonies of #CEAAEB
Complementary color
Monochromatic Colors of #CEAAEB
Black with #CEAAEB
Text Example
Text Example
White with #CEAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAEB; }
p { color: rgb(206,170,235); }
H1.HeaderClassName
{
color: #CEAAEB;
}
.AnyTagClassName
{
color: #CEAAEB;
}
</style>
background-color css
<style>
a { background-color: #CEAAEB; }
a { background-color: rgb(206,170,235); }
div.DivClassName
{
background-color: #CEAAEB;
}
.BgClassName
{
background-color: #CEAAEB;
}
</style>
border-color css
<style>
span { border-color: #CEAAEB; }
span { border-color: rgb(206,170,235); }
td.TdClassName
{
border-color: #CEAAEB;
}
.TagClassName
{
border-color: #CEAAEB;
}
</style>