Shades of Perfume #CFAEEC
Tints of Perfume #CFAEEC
RGB
CMYK
RGB Variations
Color information
#CFAEEC (or 0xCFAEEC) is known color: Perfume. HEX triplet: CF, AE and EC. RGB value is (207,174,236). Sum of RGB (Red+Green+Blue) = 207+174+236=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEC is #305113. Grayscale: #BEBEBE. Windows color (decimal): -3166484 or 15511247. OLE color: 15511247.
HSL color Cylindrical-coordinate representation of color #CFAEEC: hue angle of 271.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFAEEC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 174 | 236 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.07 |
| HSL | 271.94º | 0.62% | 0.8% | - |
| HSV(B) | 271.94º | 0.26% | 0.93% | - |
| XYZ | 56.01 | 49.59 | 85.98 | - |
| YUV | 190.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 236 | 0.12 | 0.26 | 0 | 0.07 | 271.94 | 0.62 | 0.8 |
| Hex | CF | AE | EC | C | 1A | 0 | 7 | 110 | 3E | 50 |
| Octal | 317 | 256 | 354 | 14 | 32 | 0 | 7 | 420 | 76 | 120 |
| Binary | 11001111 | 10101110 | 11101100 | 1100 | 11010 | 0 | 111 | 100010000 | 111110 | 1010000 |
Color Harmonies of #CFAEEC
Complementary color
Monochromatic Colors of #CFAEEC
Black with #CFAEEC
Text Example
Text Example
White with #CFAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEEC; }
p { color: rgb(207,174,236); }
H1.HeaderClassName
{
color: #CFAEEC;
}
.AnyTagClassName
{
color: #CFAEEC;
}
</style>
background-color css
<style>
a { background-color: #CFAEEC; }
a { background-color: rgb(207,174,236); }
div.DivClassName
{
background-color: #CFAEEC;
}
.BgClassName
{
background-color: #CFAEEC;
}
</style>
border-color css
<style>
span { border-color: #CFAEEC; }
span { border-color: rgb(207,174,236); }
td.TdClassName
{
border-color: #CFAEEC;
}
.TagClassName
{
border-color: #CFAEEC;
}
</style>