Shades of Perfume #CEACED
Tints of Perfume #CEACED
RGB
CMYK
RGB Variations
Color information
#CEACED (or 0xCEACED) is known color: Perfume. HEX triplet: CE, AC and ED. RGB value is (206,172,237). Sum of RGB (Red+Green+Blue) = 206+172+237=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEACED is #315312. Grayscale: #BDBDBD. Windows color (decimal): -3232531 or 15576270. OLE color: 15576270.
HSL color Cylindrical-coordinate representation of color #CEACED: hue angle of 271.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEACED is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 172 | 237 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.07 |
| HSL | 271.38º | 0.64% | 0.8% | - |
| HSV(B) | 271.38º | 0.27% | 0.93% | - |
| XYZ | 55.49 | 48.74 | 86.6 | - |
| YUV | 189.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 237 | 0.13 | 0.27 | 0 | 0.07 | 271.38 | 0.64 | 0.8 |
| Hex | CE | AC | ED | D | 1B | 0 | 7 | 10F | 40 | 50 |
| Octal | 316 | 254 | 355 | 15 | 33 | 0 | 7 | 417 | 100 | 120 |
| Binary | 11001110 | 10101100 | 11101101 | 1101 | 11011 | 0 | 111 | 100001111 | 1000000 | 1010000 |
Color Harmonies of #CEACED
Complementary color
Monochromatic Colors of #CEACED
Black with #CEACED
Text Example
Text Example
White with #CEACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACED; }
p { color: rgb(206,172,237); }
H1.HeaderClassName
{
color: #CEACED;
}
.AnyTagClassName
{
color: #CEACED;
}
</style>
background-color css
<style>
a { background-color: #CEACED; }
a { background-color: rgb(206,172,237); }
div.DivClassName
{
background-color: #CEACED;
}
.BgClassName
{
background-color: #CEACED;
}
</style>
border-color css
<style>
span { border-color: #CEACED; }
span { border-color: rgb(206,172,237); }
td.TdClassName
{
border-color: #CEACED;
}
.TagClassName
{
border-color: #CEACED;
}
</style>