Shades of Perfume #CEACEF
Tints of Perfume #CEACEF
RGB
CMYK
RGB Variations
Color information
#CEACEF (or 0xCEACEF) is known color: Perfume. HEX triplet: CE, AC and EF. RGB value is (206,172,239). Sum of RGB (Red+Green+Blue) = 206+172+239=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACEF is #315310. Grayscale: #BDBDBD. Windows color (decimal): -3232529 or 15707342. OLE color: 15707342.
HSL color Cylindrical-coordinate representation of color #CEACEF: hue angle of 270.45º degrees, saturation: 0.68, 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 #CEACEF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 172 | 239 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270.45º | 0.68% | 0.81% | - |
| HSV(B) | 270.45º | 0.28% | 0.94% | - |
| XYZ | 55.79 | 48.86 | 88.15 | - |
| YUV | 189.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 239 | 0.14 | 0.28 | 0 | 0.06 | 270.45 | 0.68 | 0.81 |
| Hex | CE | AC | EF | E | 1C | 0 | 6 | 10E | 44 | 51 |
| Octal | 316 | 254 | 357 | 16 | 34 | 0 | 6 | 416 | 104 | 121 |
| Binary | 11001110 | 10101100 | 11101111 | 1110 | 11100 | 0 | 110 | 100001110 | 1000100 | 1010001 |
Color Harmonies of #CEACEF
Complementary color
Monochromatic Colors of #CEACEF
Black with #CEACEF
Text Example
Text Example
White with #CEACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACEF; }
p { color: rgb(206,172,239); }
H1.HeaderClassName
{
color: #CEACEF;
}
.AnyTagClassName
{
color: #CEACEF;
}
</style>
background-color css
<style>
a { background-color: #CEACEF; }
a { background-color: rgb(206,172,239); }
div.DivClassName
{
background-color: #CEACEF;
}
.BgClassName
{
background-color: #CEACEF;
}
</style>
border-color css
<style>
span { border-color: #CEACEF; }
span { border-color: rgb(206,172,239); }
td.TdClassName
{
border-color: #CEACEF;
}
.TagClassName
{
border-color: #CEACEF;
}
</style>