Shades of Perfume #CEAEEB
Tints of Perfume #CEAEEB
RGB
CMYK
RGB Variations
Color information
#CEAEEB (or 0xCEAEEB) is known color: Perfume. HEX triplet: CE, AE and EB. RGB value is (206,174,235). Sum of RGB (Red+Green+Blue) = 206+174+235=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEB is #315114. Grayscale: #BEBEBE. Windows color (decimal): -3232021 or 15445710. OLE color: 15445710.
HSL color Cylindrical-coordinate representation of color #CEAEEB: hue angle of 271.48º degrees, saturation: 0.6, 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 #CEAEEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 174 | 235 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 271.48º | 0.6% | 0.8% | - |
| HSV(B) | 271.48º | 0.26% | 0.92% | - |
| XYZ | 55.59 | 49.39 | 85.2 | - |
| YUV | 190.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 235 | 0.12 | 0.26 | 0 | 0.08 | 271.48 | 0.6 | 0.8 |
| Hex | CE | AE | EB | C | 1A | 0 | 8 | 10F | 3C | 50 |
| Octal | 316 | 256 | 353 | 14 | 32 | 0 | 10 | 417 | 74 | 120 |
| Binary | 11001110 | 10101110 | 11101011 | 1100 | 11010 | 0 | 1000 | 100001111 | 111100 | 1010000 |
Color Harmonies of #CEAEEB
Complementary color
Monochromatic Colors of #CEAEEB
Black with #CEAEEB
Text Example
Text Example
White with #CEAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEEB; }
p { color: rgb(206,174,235); }
H1.HeaderClassName
{
color: #CEAEEB;
}
.AnyTagClassName
{
color: #CEAEEB;
}
</style>
background-color css
<style>
a { background-color: #CEAEEB; }
a { background-color: rgb(206,174,235); }
div.DivClassName
{
background-color: #CEAEEB;
}
.BgClassName
{
background-color: #CEAEEB;
}
</style>
border-color css
<style>
span { border-color: #CEAEEB; }
span { border-color: rgb(206,174,235); }
td.TdClassName
{
border-color: #CEAEEB;
}
.TagClassName
{
border-color: #CEAEEB;
}
</style>