Shades of Perfume #CFADE9
Tints of Perfume #CFADE9
RGB
CMYK
RGB Variations
Color information
#CFADE9 (or 0xCFADE9) is known color: Perfume. HEX triplet: CF, AD and E9. RGB value is (207,173,233). Sum of RGB (Red+Green+Blue) = 207+173+233=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE9 is #305216. Grayscale: #BDBDBD. Windows color (decimal): -3166743 or 15314383. OLE color: 15314383.
HSL color Cylindrical-coordinate representation of color #CFADE9: hue angle of 274º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFADE9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 173 | 233 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.09 |
| HSL | 274º | 0.58% | 0.8% | - |
| HSV(B) | 274º | 0.26% | 0.91% | - |
| XYZ | 55.38 | 49.04 | 83.64 | - |
| YUV | 190.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 233 | 0.11 | 0.26 | 0 | 0.09 | 274 | 0.58 | 0.8 |
| Hex | CF | AD | E9 | B | 1A | 0 | 9 | 112 | 3A | 50 |
| Octal | 317 | 255 | 351 | 13 | 32 | 0 | 11 | 422 | 72 | 120 |
| Binary | 11001111 | 10101101 | 11101001 | 1011 | 11010 | 0 | 1001 | 100010010 | 111010 | 1010000 |
Color Harmonies of #CFADE9
Complementary color
Monochromatic Colors of #CFADE9
Black with #CFADE9
Text Example
Text Example
White with #CFADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE9; }
p { color: rgb(207,173,233); }
H1.HeaderClassName
{
color: #CFADE9;
}
.AnyTagClassName
{
color: #CFADE9;
}
</style>
background-color css
<style>
a { background-color: #CFADE9; }
a { background-color: rgb(207,173,233); }
div.DivClassName
{
background-color: #CFADE9;
}
.BgClassName
{
background-color: #CFADE9;
}
</style>
border-color css
<style>
span { border-color: #CFADE9; }
span { border-color: rgb(207,173,233); }
td.TdClassName
{
border-color: #CFADE9;
}
.TagClassName
{
border-color: #CFADE9;
}
</style>