Shades of Perfume #CFADE7
Tints of Perfume #CFADE7
RGB
CMYK
RGB Variations
Color information
#CFADE7 (or 0xCFADE7) is known color: Perfume. HEX triplet: CF, AD and E7. RGB value is (207,173,231). Sum of RGB (Red+Green+Blue) = 207+173+231=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADE7 is #305218. Grayscale: #BDBDBD. Windows color (decimal): -3166745 or 15183311. OLE color: 15183311.
HSL color Cylindrical-coordinate representation of color #CFADE7: hue angle of 275.17º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFADE7 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 173 | 231 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.09 |
| HSL | 275.17º | 0.55% | 0.79% | - |
| HSV(B) | 275.17º | 0.25% | 0.91% | - |
| XYZ | 55.1 | 48.92 | 82.14 | - |
| YUV | 189.78 | 151.26 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 231 | 0.10 | 0.25 | 0 | 0.09 | 275.17 | 0.55 | 0.79 |
| Hex | CF | AD | E7 | A | 19 | 0 | 9 | 113 | 37 | 4F |
| Octal | 317 | 255 | 347 | 12 | 31 | 0 | 11 | 423 | 67 | 117 |
| Binary | 11001111 | 10101101 | 11100111 | 1010 | 11001 | 0 | 1001 | 100010011 | 110111 | 1001111 |
Color Harmonies of #CFADE7
Complementary color
Monochromatic Colors of #CFADE7
Black with #CFADE7
Text Example
Text Example
White with #CFADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADE7; }
p { color: rgb(207,173,231); }
H1.HeaderClassName
{
color: #CFADE7;
}
.AnyTagClassName
{
color: #CFADE7;
}
</style>
background-color css
<style>
a { background-color: #CFADE7; }
a { background-color: rgb(207,173,231); }
div.DivClassName
{
background-color: #CFADE7;
}
.BgClassName
{
background-color: #CFADE7;
}
</style>
border-color css
<style>
span { border-color: #CFADE7; }
span { border-color: rgb(207,173,231); }
td.TdClassName
{
border-color: #CFADE7;
}
.TagClassName
{
border-color: #CFADE7;
}
</style>