Shades of Perfume #CEADEA
Tints of Perfume #CEADEA
RGB
CMYK
RGB Variations
Color information
#CEADEA (or 0xCEADEA) is known color: Perfume. HEX triplet: CE, AD and EA. RGB value is (206,173,234). Sum of RGB (Red+Green+Blue) = 206+173+234=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADEA is #315215. Grayscale: #BDBDBD. Windows color (decimal): -3232278 or 15379918. OLE color: 15379918.
HSL color Cylindrical-coordinate representation of color #CEADEA: hue angle of 272.46º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEADEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 173 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 272.46º | 0.59% | 0.8% | - |
| HSV(B) | 272.46º | 0.26% | 0.92% | - |
| XYZ | 55.25 | 48.95 | 84.38 | - |
| YUV | 189.82 | 152.93 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 234 | 0.12 | 0.26 | 0 | 0.08 | 272.46 | 0.59 | 0.8 |
| Hex | CE | AD | EA | C | 1A | 0 | 8 | 110 | 3B | 50 |
| Octal | 316 | 255 | 352 | 14 | 32 | 0 | 10 | 420 | 73 | 120 |
| Binary | 11001110 | 10101101 | 11101010 | 1100 | 11010 | 0 | 1000 | 100010000 | 111011 | 1010000 |
Color Harmonies of #CEADEA
Complementary color
Monochromatic Colors of #CEADEA
Black with #CEADEA
Text Example
Text Example
White with #CEADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADEA; }
p { color: rgb(206,173,234); }
H1.HeaderClassName
{
color: #CEADEA;
}
.AnyTagClassName
{
color: #CEADEA;
}
</style>
background-color css
<style>
a { background-color: #CEADEA; }
a { background-color: rgb(206,173,234); }
div.DivClassName
{
background-color: #CEADEA;
}
.BgClassName
{
background-color: #CEADEA;
}
</style>
border-color css
<style>
span { border-color: #CEADEA; }
span { border-color: rgb(206,173,234); }
td.TdClassName
{
border-color: #CEADEA;
}
.TagClassName
{
border-color: #CEADEA;
}
</style>