Shades of Perfume #CFADEA
Tints of Perfume #CFADEA
RGB
CMYK
RGB Variations
Color information
#CFADEA (or 0xCFADEA) is known color: Perfume. HEX triplet: CF, AD and EA. RGB value is (207,173,234). Sum of RGB (Red+Green+Blue) = 207+173+234=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEA is #305215. Grayscale: #BDBDBD. Windows color (decimal): -3166742 or 15379919. OLE color: 15379919.
HSL color Cylindrical-coordinate representation of color #CFADEA: hue angle of 273.44º 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 #CFADEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 173 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 273.44º | 0.59% | 0.8% | - |
| HSV(B) | 273.44º | 0.26% | 0.92% | - |
| XYZ | 55.53 | 49.09 | 84.39 | - |
| YUV | 190.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 234 | 0.12 | 0.26 | 0 | 0.08 | 273.44 | 0.59 | 0.8 |
| Hex | CF | AD | EA | C | 1A | 0 | 8 | 111 | 3B | 50 |
| Octal | 317 | 255 | 352 | 14 | 32 | 0 | 10 | 421 | 73 | 120 |
| Binary | 11001111 | 10101101 | 11101010 | 1100 | 11010 | 0 | 1000 | 100010001 | 111011 | 1010000 |
Color Harmonies of #CFADEA
Complementary color
Monochromatic Colors of #CFADEA
Black with #CFADEA
Text Example
Text Example
White with #CFADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADEA; }
p { color: rgb(207,173,234); }
H1.HeaderClassName
{
color: #CFADEA;
}
.AnyTagClassName
{
color: #CFADEA;
}
</style>
background-color css
<style>
a { background-color: #CFADEA; }
a { background-color: rgb(207,173,234); }
div.DivClassName
{
background-color: #CFADEA;
}
.BgClassName
{
background-color: #CFADEA;
}
</style>
border-color css
<style>
span { border-color: #CFADEA; }
span { border-color: rgb(207,173,234); }
td.TdClassName
{
border-color: #CFADEA;
}
.TagClassName
{
border-color: #CFADEA;
}
</style>