Shades of Perfume #CFAEED
Tints of Perfume #CFAEED
RGB
CMYK
RGB Variations
Color information
#CFAEED (or 0xCFAEED) is known color: Perfume. HEX triplet: CF, AE and ED. RGB value is (207,174,237). Sum of RGB (Red+Green+Blue) = 207+174+237=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEED is #305112. Grayscale: #BEBEBE. Windows color (decimal): -3166483 or 15576783. OLE color: 15576783.
HSL color Cylindrical-coordinate representation of color #CFAEED: hue angle of 271.43º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAEED is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 174 | 237 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.07 |
| HSL | 271.43º | 0.64% | 0.81% | - |
| HSV(B) | 271.43º | 0.27% | 0.93% | - |
| XYZ | 56.15 | 49.65 | 86.74 | - |
| YUV | 191.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 237 | 0.13 | 0.27 | 0 | 0.07 | 271.43 | 0.64 | 0.81 |
| Hex | CF | AE | ED | D | 1B | 0 | 7 | 10F | 40 | 51 |
| Octal | 317 | 256 | 355 | 15 | 33 | 0 | 7 | 417 | 100 | 121 |
| Binary | 11001111 | 10101110 | 11101101 | 1101 | 11011 | 0 | 111 | 100001111 | 1000000 | 1010001 |
Color Harmonies of #CFAEED
Complementary color
Monochromatic Colors of #CFAEED
Black with #CFAEED
Text Example
Text Example
White with #CFAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEED; }
p { color: rgb(207,174,237); }
H1.HeaderClassName
{
color: #CFAEED;
}
.AnyTagClassName
{
color: #CFAEED;
}
</style>
background-color css
<style>
a { background-color: #CFAEED; }
a { background-color: rgb(207,174,237); }
div.DivClassName
{
background-color: #CFAEED;
}
.BgClassName
{
background-color: #CFAEED;
}
</style>
border-color css
<style>
span { border-color: #CFAEED; }
span { border-color: rgb(207,174,237); }
td.TdClassName
{
border-color: #CFAEED;
}
.TagClassName
{
border-color: #CFAEED;
}
</style>