Shades of Perfume #CEAEEF
Tints of Perfume #CEAEEF
RGB
CMYK
RGB Variations
Color information
#CEAEEF (or 0xCEAEEF) is known color: Perfume. HEX triplet: CE, AE and EF. RGB value is (206,174,239). Sum of RGB (Red+Green+Blue) = 206+174+239=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEAEEF is #315110. Grayscale: #BEBEBE. Windows color (decimal): -3232017 or 15707854. OLE color: 15707854.
HSL color Cylindrical-coordinate representation of color #CEAEEF: hue angle of 269.54º degrees, saturation: 0.67, 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 #CEAEEF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 174 | 239 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.06 |
| HSL | 269.54º | 0.67% | 0.81% | - |
| HSV(B) | 269.54º | 0.27% | 0.94% | - |
| XYZ | 56.17 | 49.63 | 88.28 | - |
| YUV | 190.98 | 155.1 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 239 | 0.14 | 0.27 | 0 | 0.06 | 269.54 | 0.67 | 0.81 |
| Hex | CE | AE | EF | E | 1B | 0 | 6 | 10E | 43 | 51 |
| Octal | 316 | 256 | 357 | 16 | 33 | 0 | 6 | 416 | 103 | 121 |
| Binary | 11001110 | 10101110 | 11101111 | 1110 | 11011 | 0 | 110 | 100001110 | 1000011 | 1010001 |
Color Harmonies of #CEAEEF
Complementary color
Monochromatic Colors of #CEAEEF
Black with #CEAEEF
Text Example
Text Example
White with #CEAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEEF; }
p { color: rgb(206,174,239); }
H1.HeaderClassName
{
color: #CEAEEF;
}
.AnyTagClassName
{
color: #CEAEEF;
}
</style>
background-color css
<style>
a { background-color: #CEAEEF; }
a { background-color: rgb(206,174,239); }
div.DivClassName
{
background-color: #CEAEEF;
}
.BgClassName
{
background-color: #CEAEEF;
}
</style>
border-color css
<style>
span { border-color: #CEAEEF; }
span { border-color: rgb(206,174,239); }
td.TdClassName
{
border-color: #CEAEEF;
}
.TagClassName
{
border-color: #CEAEEF;
}
</style>