Shades of Perfume #CEAAEF
Tints of Perfume #CEAAEF
RGB
CMYK
RGB Variations
Color information
#CEAAEF (or 0xCEAAEF) is known color: Perfume. HEX triplet: CE, AA and EF. RGB value is (206,170,239). Sum of RGB (Red+Green+Blue) = 206+170+239=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAAEF is #315510. Grayscale: #BCBCBC. Windows color (decimal): -3233041 or 15706830. OLE color: 15706830.
HSL color Cylindrical-coordinate representation of color #CEAAEF: hue angle of 271.3º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEAAEF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 170 | 239 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.06 |
| HSL | 271.3º | 0.68% | 0.8% | - |
| HSV(B) | 271.3º | 0.29% | 0.94% | - |
| XYZ | 55.41 | 48.1 | 88.03 | - |
| YUV | 188.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 239 | 0.14 | 0.29 | 0 | 0.06 | 271.3 | 0.68 | 0.8 |
| Hex | CE | AA | EF | E | 1D | 0 | 6 | 10F | 44 | 50 |
| Octal | 316 | 252 | 357 | 16 | 35 | 0 | 6 | 417 | 104 | 120 |
| Binary | 11001110 | 10101010 | 11101111 | 1110 | 11101 | 0 | 110 | 100001111 | 1000100 | 1010000 |
Color Harmonies of #CEAAEF
Complementary color
Monochromatic Colors of #CEAAEF
Black with #CEAAEF
Text Example
Text Example
White with #CEAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAAEF; }
p { color: rgb(206,170,239); }
H1.HeaderClassName
{
color: #CEAAEF;
}
.AnyTagClassName
{
color: #CEAAEF;
}
</style>
background-color css
<style>
a { background-color: #CEAAEF; }
a { background-color: rgb(206,170,239); }
div.DivClassName
{
background-color: #CEAAEF;
}
.BgClassName
{
background-color: #CEAAEF;
}
</style>
border-color css
<style>
span { border-color: #CEAAEF; }
span { border-color: rgb(206,170,239); }
td.TdClassName
{
border-color: #CEAAEF;
}
.TagClassName
{
border-color: #CEAAEF;
}
</style>