Shades of Perfume #CEA8ED
Tints of Perfume #CEA8ED
RGB
CMYK
RGB Variations
Color information
#CEA8ED (or 0xCEA8ED) is known color: Perfume. HEX triplet: CE, A8 and ED. RGB value is (206,168,237). Sum of RGB (Red+Green+Blue) = 206+168+237=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA8ED is #315712. Grayscale: #BABABA. Windows color (decimal): -3233555 or 15575246. OLE color: 15575246.
HSL color Cylindrical-coordinate representation of color #CEA8ED: hue angle of 273.04º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA8ED is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 168 | 237 | - |
CMYK | 0.13 | 0.29 | 0 | 0.07 |
HSL | 273.04º | 0.66% | 0.79% | - |
HSV(B) | 273.04º | 0.29% | 0.93% | - |
XYZ | 54.74 | 47.24 | 86.35 | - |
YUV | 187.23 | 156.09 | 141.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 168 | 237 | 0.13 | 0.29 | 0 | 0.07 | 273.04 | 0.66 | 0.79 |
Hex | CE | A8 | ED | D | 1D | 0 | 7 | 111 | 42 | 4F |
Octal | 316 | 250 | 355 | 15 | 35 | 0 | 7 | 421 | 102 | 117 |
Binary | 11001110 | 10101000 | 11101101 | 1101 | 11101 | 0 | 111 | 100010001 | 1000010 | 1001111 |
Color Harmonies of #CEA8ED
Complementary color
Monochromatic Colors of #CEA8ED
Black with #CEA8ED
Text Example
Text Example
White with #CEA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA8ED; }
p { color: rgb(206,168,237); }
H1.HeaderClassName
{
color: #CEA8ED;
}
.AnyTagClassName
{
color: #CEA8ED;
}
</style>
background-color css
<style>
a { background-color: #CEA8ED; }
a { background-color: rgb(206,168,237); }
div.DivClassName
{
background-color: #CEA8ED;
}
.BgClassName
{
background-color: #CEA8ED;
}
</style>
border-color css
<style>
span { border-color: #CEA8ED; }
span { border-color: rgb(206,168,237); }
td.TdClassName
{
border-color: #CEA8ED;
}
.TagClassName
{
border-color: #CEA8ED;
}
</style>