Shades of Perfume #CEADE6
Tints of Perfume #CEADE6
RGB
CMYK
RGB Variations
Color information
#CEADE6 (or 0xCEADE6) is known color: Perfume. HEX triplet: CE, AD and E6. RGB value is (206,173,230). Sum of RGB (Red+Green+Blue) = 206+173+230=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEADE6 is #315219. Grayscale: #BDBDBD. Windows color (decimal): -3232282 or 15117774. OLE color: 15117774.
HSL color Cylindrical-coordinate representation of color #CEADE6: hue angle of 274.74º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEADE6 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 173 | 230 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.10 |
| HSL | 274.74º | 0.53% | 0.79% | - |
| HSV(B) | 274.74º | 0.25% | 0.9% | - |
| XYZ | 54.68 | 48.72 | 81.39 | - |
| YUV | 189.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 230 | 0.10 | 0.25 | 0 | 0.10 | 274.74 | 0.53 | 0.79 |
| Hex | CE | AD | E6 | A | 19 | 0 | A | 113 | 35 | 4F |
| Octal | 316 | 255 | 346 | 12 | 31 | 0 | 12 | 423 | 65 | 117 |
| Binary | 11001110 | 10101101 | 11100110 | 1010 | 11001 | 0 | 1010 | 100010011 | 110101 | 1001111 |
Color Harmonies of #CEADE6
Complementary color
Monochromatic Colors of #CEADE6
Black with #CEADE6
Text Example
Text Example
White with #CEADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADE6; }
p { color: rgb(206,173,230); }
H1.HeaderClassName
{
color: #CEADE6;
}
.AnyTagClassName
{
color: #CEADE6;
}
</style>
background-color css
<style>
a { background-color: #CEADE6; }
a { background-color: rgb(206,173,230); }
div.DivClassName
{
background-color: #CEADE6;
}
.BgClassName
{
background-color: #CEADE6;
}
</style>
border-color css
<style>
span { border-color: #CEADE6; }
span { border-color: rgb(206,173,230); }
td.TdClassName
{
border-color: #CEADE6;
}
.TagClassName
{
border-color: #CEADE6;
}
</style>