Shades of Perfume #CEAEEA
Tints of Perfume #CEAEEA
RGB
CMYK
RGB Variations
Color information
#CEAEEA (or 0xCEAEEA) is known color: Perfume. HEX triplet: CE, AE and EA. RGB value is (206,174,234). Sum of RGB (Red+Green+Blue) = 206+174+234=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEA is #315115. Grayscale: #BEBEBE. Windows color (decimal): -3232022 or 15380174. OLE color: 15380174.
HSL color Cylindrical-coordinate representation of color #CEAEEA: hue angle of 272º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEAEEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 174 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 272º | 0.59% | 0.8% | - |
| HSV(B) | 272º | 0.26% | 0.92% | - |
| XYZ | 55.44 | 49.33 | 84.44 | - |
| YUV | 190.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 234 | 0.12 | 0.26 | 0 | 0.08 | 272 | 0.59 | 0.8 |
| Hex | CE | AE | EA | C | 1A | 0 | 8 | 110 | 3B | 50 |
| Octal | 316 | 256 | 352 | 14 | 32 | 0 | 10 | 420 | 73 | 120 |
| Binary | 11001110 | 10101110 | 11101010 | 1100 | 11010 | 0 | 1000 | 100010000 | 111011 | 1010000 |
Color Harmonies of #CEAEEA
Complementary color
Monochromatic Colors of #CEAEEA
Black with #CEAEEA
Text Example
Text Example
White with #CEAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEEA; }
p { color: rgb(206,174,234); }
H1.HeaderClassName
{
color: #CEAEEA;
}
.AnyTagClassName
{
color: #CEAEEA;
}
</style>
background-color css
<style>
a { background-color: #CEAEEA; }
a { background-color: rgb(206,174,234); }
div.DivClassName
{
background-color: #CEAEEA;
}
.BgClassName
{
background-color: #CEAEEA;
}
</style>
border-color css
<style>
span { border-color: #CEAEEA; }
span { border-color: rgb(206,174,234); }
td.TdClassName
{
border-color: #CEAEEA;
}
.TagClassName
{
border-color: #CEAEEA;
}
</style>