Shades of Perfume #CFAFEC
Tints of Perfume #CFAFEC
RGB
CMYK
RGB Variations
Color information
#CFAFEC (or 0xCFAFEC) is known color: Perfume. HEX triplet: CF, AF and EC. RGB value is (207,175,236). Sum of RGB (Red+Green+Blue) = 207+175+236=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFEC is #305013. Grayscale: #BFBFBF. Windows color (decimal): -3166228 or 15511503. OLE color: 15511503.
HSL color Cylindrical-coordinate representation of color #CFAFEC: hue angle of 271.48º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAFEC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 175 | 236 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.07 |
| HSL | 271.48º | 0.62% | 0.81% | - |
| HSV(B) | 271.48º | 0.26% | 0.93% | - |
| XYZ | 56.2 | 49.98 | 86.04 | - |
| YUV | 191.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 236 | 0.12 | 0.26 | 0 | 0.07 | 271.48 | 0.62 | 0.81 |
| Hex | CF | AF | EC | C | 1A | 0 | 7 | 10F | 3E | 51 |
| Octal | 317 | 257 | 354 | 14 | 32 | 0 | 7 | 417 | 76 | 121 |
| Binary | 11001111 | 10101111 | 11101100 | 1100 | 11010 | 0 | 111 | 100001111 | 111110 | 1010001 |
Color Harmonies of #CFAFEC
Complementary color
Monochromatic Colors of #CFAFEC
Black with #CFAFEC
Text Example
Text Example
White with #CFAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFEC; }
p { color: rgb(207,175,236); }
H1.HeaderClassName
{
color: #CFAFEC;
}
.AnyTagClassName
{
color: #CFAFEC;
}
</style>
background-color css
<style>
a { background-color: #CFAFEC; }
a { background-color: rgb(207,175,236); }
div.DivClassName
{
background-color: #CFAFEC;
}
.BgClassName
{
background-color: #CFAFEC;
}
</style>
border-color css
<style>
span { border-color: #CFAFEC; }
span { border-color: rgb(207,175,236); }
td.TdClassName
{
border-color: #CFAFEC;
}
.TagClassName
{
border-color: #CFAFEC;
}
</style>