Shades of Perfume #CFABEA
Tints of Perfume #CFABEA
RGB
CMYK
RGB Variations
Color information
#CFABEA (or 0xCFABEA) is known color: Perfume. HEX triplet: CF, AB and EA. RGB value is (207,171,234). Sum of RGB (Red+Green+Blue) = 207+171+234=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFABEA is #305415. Grayscale: #BCBCBC. Windows color (decimal): -3167254 or 15379407. OLE color: 15379407.
HSL color Cylindrical-coordinate representation of color #CFABEA: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFABEA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 171 | 234 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.08 |
| HSL | 274.29º | 0.6% | 0.79% | - |
| HSV(B) | 274.29º | 0.27% | 0.92% | - |
| XYZ | 55.15 | 48.33 | 84.26 | - |
| YUV | 188.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 234 | 0.12 | 0.27 | 0 | 0.08 | 274.29 | 0.6 | 0.79 |
| Hex | CF | AB | EA | C | 1B | 0 | 8 | 112 | 3C | 4F |
| Octal | 317 | 253 | 352 | 14 | 33 | 0 | 10 | 422 | 74 | 117 |
| Binary | 11001111 | 10101011 | 11101010 | 1100 | 11011 | 0 | 1000 | 100010010 | 111100 | 1001111 |
Color Harmonies of #CFABEA
Complementary color
Monochromatic Colors of #CFABEA
Black with #CFABEA
Text Example
Text Example
White with #CFABEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFABEA; }
p { color: rgb(207,171,234); }
H1.HeaderClassName
{
color: #CFABEA;
}
.AnyTagClassName
{
color: #CFABEA;
}
</style>
background-color css
<style>
a { background-color: #CFABEA; }
a { background-color: rgb(207,171,234); }
div.DivClassName
{
background-color: #CFABEA;
}
.BgClassName
{
background-color: #CFABEA;
}
</style>
border-color css
<style>
span { border-color: #CFABEA; }
span { border-color: rgb(207,171,234); }
td.TdClassName
{
border-color: #CFABEA;
}
.TagClassName
{
border-color: #CFABEA;
}
</style>