Shades of Perfume #CEADEF
Tints of Perfume #CEADEF
RGB
CMYK
RGB Variations
Color information
#CEADEF (or 0xCEADEF) is known color: Perfume. HEX triplet: CE, AD and EF. RGB value is (206,173,239). Sum of RGB (Red+Green+Blue) = 206+173+239=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEF is #315210. Grayscale: #BEBEBE. Windows color (decimal): -3232273 or 15707598. OLE color: 15707598.
HSL color Cylindrical-coordinate representation of color #CEADEF: hue angle of 270º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEADEF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 173 | 239 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 270º | 0.67% | 0.81% | - |
| HSV(B) | 270º | 0.28% | 0.94% | - |
| XYZ | 55.98 | 49.24 | 88.22 | - |
| YUV | 190.39 | 155.43 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 239 | 0.14 | 0.28 | 0 | 0.06 | 270 | 0.67 | 0.81 |
| Hex | CE | AD | EF | E | 1C | 0 | 6 | 10E | 43 | 51 |
| Octal | 316 | 255 | 357 | 16 | 34 | 0 | 6 | 416 | 103 | 121 |
| Binary | 11001110 | 10101101 | 11101111 | 1110 | 11100 | 0 | 110 | 100001110 | 1000011 | 1010001 |
Color Harmonies of #CEADEF
Complementary color
Monochromatic Colors of #CEADEF
Black with #CEADEF
Text Example
Text Example
White with #CEADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADEF; }
p { color: rgb(206,173,239); }
H1.HeaderClassName
{
color: #CEADEF;
}
.AnyTagClassName
{
color: #CEADEF;
}
</style>
background-color css
<style>
a { background-color: #CEADEF; }
a { background-color: rgb(206,173,239); }
div.DivClassName
{
background-color: #CEADEF;
}
.BgClassName
{
background-color: #CEADEF;
}
</style>
border-color css
<style>
span { border-color: #CEADEF; }
span { border-color: rgb(206,173,239); }
td.TdClassName
{
border-color: #CEADEF;
}
.TagClassName
{
border-color: #CEADEF;
}
</style>