Shades of Perfume #CEAFEC
Tints of Perfume #CEAFEC
RGB
CMYK
RGB Variations
Color information
#CEAFEC (or 0xCEAFEC) is known color: Perfume. HEX triplet: CE, AF and EC. RGB value is (206,175,236). Sum of RGB (Red+Green+Blue) = 206+175+236=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFEC is #315013. Grayscale: #BFBFBF. Windows color (decimal): -3231764 or 15511502. OLE color: 15511502.
HSL color Cylindrical-coordinate representation of color #CEAFEC: hue angle of 270.49º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEAFEC is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 175 | 236 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.07 |
| HSL | 270.49º | 0.62% | 0.81% | - |
| HSV(B) | 270.49º | 0.26% | 0.93% | - |
| XYZ | 55.92 | 49.84 | 86.03 | - |
| YUV | 191.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 236 | 0.13 | 0.26 | 0 | 0.07 | 270.49 | 0.62 | 0.81 |
| Hex | CE | AF | EC | D | 1A | 0 | 7 | 10E | 3E | 51 |
| Octal | 316 | 257 | 354 | 15 | 32 | 0 | 7 | 416 | 76 | 121 |
| Binary | 11001110 | 10101111 | 11101100 | 1101 | 11010 | 0 | 111 | 100001110 | 111110 | 1010001 |
Color Harmonies of #CEAFEC
Complementary color
Monochromatic Colors of #CEAFEC
Black with #CEAFEC
Text Example
Text Example
White with #CEAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFEC; }
p { color: rgb(206,175,236); }
H1.HeaderClassName
{
color: #CEAFEC;
}
.AnyTagClassName
{
color: #CEAFEC;
}
</style>
background-color css
<style>
a { background-color: #CEAFEC; }
a { background-color: rgb(206,175,236); }
div.DivClassName
{
background-color: #CEAFEC;
}
.BgClassName
{
background-color: #CEAFEC;
}
</style>
border-color css
<style>
span { border-color: #CEAFEC; }
span { border-color: rgb(206,175,236); }
td.TdClassName
{
border-color: #CEAFEC;
}
.TagClassName
{
border-color: #CEAFEC;
}
</style>