Shades of Perfume #CFAEEA
Tints of Perfume #CFAEEA
RGB
CMYK
RGB Variations
Color information
#CFAEEA (or 0xCFAEEA) is known color: Perfume. HEX triplet: CF, AE and EA. RGB value is (207,174,234). Sum of RGB (Red+Green+Blue) = 207+174+234=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEA is #305115. Grayscale: #BEBEBE. Windows color (decimal): -3166486 or 15380175. OLE color: 15380175.
HSL color Cylindrical-coordinate representation of color #CFAEEA: hue angle of 273º 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 #CFAEEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 174 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 273º | 0.59% | 0.8% | - |
| HSV(B) | 273º | 0.26% | 0.92% | - |
| XYZ | 55.72 | 49.48 | 84.46 | - |
| YUV | 190.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 234 | 0.12 | 0.26 | 0 | 0.08 | 273 | 0.59 | 0.8 |
| Hex | CF | AE | EA | C | 1A | 0 | 8 | 111 | 3B | 50 |
| Octal | 317 | 256 | 352 | 14 | 32 | 0 | 10 | 421 | 73 | 120 |
| Binary | 11001111 | 10101110 | 11101010 | 1100 | 11010 | 0 | 1000 | 100010001 | 111011 | 1010000 |
Color Harmonies of #CFAEEA
Complementary color
Monochromatic Colors of #CFAEEA
Black with #CFAEEA
Text Example
Text Example
White with #CFAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEEA; }
p { color: rgb(207,174,234); }
H1.HeaderClassName
{
color: #CFAEEA;
}
.AnyTagClassName
{
color: #CFAEEA;
}
</style>
background-color css
<style>
a { background-color: #CFAEEA; }
a { background-color: rgb(207,174,234); }
div.DivClassName
{
background-color: #CFAEEA;
}
.BgClassName
{
background-color: #CFAEEA;
}
</style>
border-color css
<style>
span { border-color: #CFAEEA; }
span { border-color: rgb(207,174,234); }
td.TdClassName
{
border-color: #CFAEEA;
}
.TagClassName
{
border-color: #CFAEEA;
}
</style>