Shades of Perfume #CEAFE3
Tints of Perfume #CEAFE3
RGB
CMYK
RGB Variations
Color information
#CEAFE3 (or 0xCEAFE3) is known color: Perfume. HEX triplet: CE, AF and E3. RGB value is (206,175,227). Sum of RGB (Red+Green+Blue) = 206+175+227=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE3 is #31501C. Grayscale: #BEBEBE. Windows color (decimal): -3231773 or 14921678. OLE color: 14921678.
HSL color Cylindrical-coordinate representation of color #CEAFE3: hue angle of 275.77º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAFE3 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 175 | 227 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.11 |
| HSL | 275.77º | 0.48% | 0.79% | - |
| HSV(B) | 275.77º | 0.23% | 0.89% | - |
| XYZ | 54.65 | 49.33 | 79.31 | - |
| YUV | 190.2 | 148.77 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 227 | 0.09 | 0.23 | 0 | 0.11 | 275.77 | 0.48 | 0.79 |
| Hex | CE | AF | E3 | 9 | 17 | 0 | B | 114 | 30 | 4F |
| Octal | 316 | 257 | 343 | 11 | 27 | 0 | 13 | 424 | 60 | 117 |
| Binary | 11001110 | 10101111 | 11100011 | 1001 | 10111 | 0 | 1011 | 100010100 | 110000 | 1001111 |
Color Harmonies of #CEAFE3
Complementary color
Monochromatic Colors of #CEAFE3
Black with #CEAFE3
Text Example
Text Example
White with #CEAFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFE3; }
p { color: rgb(206,175,227); }
H1.HeaderClassName
{
color: #CEAFE3;
}
.AnyTagClassName
{
color: #CEAFE3;
}
</style>
background-color css
<style>
a { background-color: #CEAFE3; }
a { background-color: rgb(206,175,227); }
div.DivClassName
{
background-color: #CEAFE3;
}
.BgClassName
{
background-color: #CEAFE3;
}
</style>
border-color css
<style>
span { border-color: #CEAFE3; }
span { border-color: rgb(206,175,227); }
td.TdClassName
{
border-color: #CEAFE3;
}
.TagClassName
{
border-color: #CEAFE3;
}
</style>