Shades of Perfume #CEAAEC
Tints of Perfume #CEAAEC
RGB
CMYK
RGB Variations
Color information
#CEAAEC (or 0xCEAAEC) is known color: Perfume. HEX triplet: CE, AA and EC. RGB value is (206,170,236). Sum of RGB (Red+Green+Blue) = 206+170+236=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEC is #315513. Grayscale: #BCBCBC. Windows color (decimal): -3233044 or 15510222. OLE color: 15510222.
HSL color Cylindrical-coordinate representation of color #CEAAEC: hue angle of 272.73º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEAAEC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 170 | 236 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.07 |
| HSL | 272.73º | 0.63% | 0.8% | - |
| HSV(B) | 272.73º | 0.28% | 0.93% | - |
| XYZ | 54.97 | 47.93 | 85.71 | - |
| YUV | 188.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 236 | 0.13 | 0.28 | 0 | 0.07 | 272.73 | 0.63 | 0.8 |
| Hex | CE | AA | EC | D | 1C | 0 | 7 | 111 | 3F | 50 |
| Octal | 316 | 252 | 354 | 15 | 34 | 0 | 7 | 421 | 77 | 120 |
| Binary | 11001110 | 10101010 | 11101100 | 1101 | 11100 | 0 | 111 | 100010001 | 111111 | 1010000 |
Color Harmonies of #CEAAEC
Complementary color
Monochromatic Colors of #CEAAEC
Black with #CEAAEC
Text Example
Text Example
White with #CEAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAEC; }
p { color: rgb(206,170,236); }
H1.HeaderClassName
{
color: #CEAAEC;
}
.AnyTagClassName
{
color: #CEAAEC;
}
</style>
background-color css
<style>
a { background-color: #CEAAEC; }
a { background-color: rgb(206,170,236); }
div.DivClassName
{
background-color: #CEAAEC;
}
.BgClassName
{
background-color: #CEAAEC;
}
</style>
border-color css
<style>
span { border-color: #CEAAEC; }
span { border-color: rgb(206,170,236); }
td.TdClassName
{
border-color: #CEAAEC;
}
.TagClassName
{
border-color: #CEAAEC;
}
</style>