Shades of Perfume #CEAFF0
Tints of Perfume #CEAFF0
RGB
CMYK
RGB Variations
Color information
#CEAFF0 (or 0xCEAFF0) is known color: Perfume. HEX triplet: CE, AF and F0. RGB value is (206,175,240). Sum of RGB (Red+Green+Blue) = 206+175+240=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAFF0 is #31500F. Grayscale: #BFBFBF. Windows color (decimal): -3231760 or 15773646. OLE color: 15773646.
HSL color Cylindrical-coordinate representation of color #CEAFF0: hue angle of 268.62º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEAFF0 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 175 | 240 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.06 |
| HSL | 268.62º | 0.68% | 0.81% | - |
| HSV(B) | 268.62º | 0.27% | 0.94% | - |
| XYZ | 56.51 | 50.07 | 89.12 | - |
| YUV | 191.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 240 | 0.14 | 0.27 | 0 | 0.06 | 268.62 | 0.68 | 0.81 |
| Hex | CE | AF | F0 | E | 1B | 0 | 6 | 10D | 44 | 51 |
| Octal | 316 | 257 | 360 | 16 | 33 | 0 | 6 | 415 | 104 | 121 |
| Binary | 11001110 | 10101111 | 11110000 | 1110 | 11011 | 0 | 110 | 100001101 | 1000100 | 1010001 |
Color Harmonies of #CEAFF0
Complementary color
Monochromatic Colors of #CEAFF0
Black with #CEAFF0
Text Example
Text Example
White with #CEAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFF0; }
p { color: rgb(206,175,240); }
H1.HeaderClassName
{
color: #CEAFF0;
}
.AnyTagClassName
{
color: #CEAFF0;
}
</style>
background-color css
<style>
a { background-color: #CEAFF0; }
a { background-color: rgb(206,175,240); }
div.DivClassName
{
background-color: #CEAFF0;
}
.BgClassName
{
background-color: #CEAFF0;
}
</style>
border-color css
<style>
span { border-color: #CEAFF0; }
span { border-color: rgb(206,175,240); }
td.TdClassName
{
border-color: #CEAFF0;
}
.TagClassName
{
border-color: #CEAFF0;
}
</style>