Shades of Perfume #CEAEE8
Tints of Perfume #CEAEE8
RGB
CMYK
RGB Variations
Color information
#CEAEE8 (or 0xCEAEE8) is known color: Perfume. HEX triplet: CE, AE and E8. RGB value is (206,174,232). Sum of RGB (Red+Green+Blue) = 206+174+232=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEE8 is #315117. Grayscale: #BDBDBD. Windows color (decimal): -3232024 or 15249102. OLE color: 15249102.
HSL color Cylindrical-coordinate representation of color #CEAEE8: hue angle of 273.1º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEAEE8 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 174 | 232 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.09 |
| HSL | 273.1º | 0.56% | 0.8% | - |
| HSV(B) | 273.1º | 0.25% | 0.91% | - |
| XYZ | 55.16 | 49.22 | 82.94 | - |
| YUV | 190.18 | 151.6 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 232 | 0.11 | 0.25 | 0 | 0.09 | 273.1 | 0.56 | 0.8 |
| Hex | CE | AE | E8 | B | 19 | 0 | 9 | 111 | 38 | 50 |
| Octal | 316 | 256 | 350 | 13 | 31 | 0 | 11 | 421 | 70 | 120 |
| Binary | 11001110 | 10101110 | 11101000 | 1011 | 11001 | 0 | 1001 | 100010001 | 111000 | 1010000 |
Color Harmonies of #CEAEE8
Complementary color
Monochromatic Colors of #CEAEE8
Black with #CEAEE8
Text Example
Text Example
White with #CEAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEE8; }
p { color: rgb(206,174,232); }
H1.HeaderClassName
{
color: #CEAEE8;
}
.AnyTagClassName
{
color: #CEAEE8;
}
</style>
background-color css
<style>
a { background-color: #CEAEE8; }
a { background-color: rgb(206,174,232); }
div.DivClassName
{
background-color: #CEAEE8;
}
.BgClassName
{
background-color: #CEAEE8;
}
</style>
border-color css
<style>
span { border-color: #CEAEE8; }
span { border-color: rgb(206,174,232); }
td.TdClassName
{
border-color: #CEAEE8;
}
.TagClassName
{
border-color: #CEAEE8;
}
</style>