Shades of Perfume #CFAEEF
Tints of Perfume #CFAEEF
RGB
CMYK
RGB Variations
Color information
#CFAEEF (or 0xCFAEEF) is known color: Perfume. HEX triplet: CF, AE and EF. RGB value is (207,174,239). Sum of RGB (Red+Green+Blue) = 207+174+239=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEEF is #305110. Grayscale: #BFBFBF. Windows color (decimal): -3166481 or 15707855. OLE color: 15707855.
HSL color Cylindrical-coordinate representation of color #CFAEEF: hue angle of 270.46º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFAEEF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 174 | 239 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.06 |
| HSL | 270.46º | 0.67% | 0.81% | - |
| HSV(B) | 270.46º | 0.27% | 0.94% | - |
| XYZ | 56.45 | 49.77 | 88.29 | - |
| YUV | 191.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 239 | 0.13 | 0.27 | 0 | 0.06 | 270.46 | 0.67 | 0.81 |
| Hex | CF | AE | EF | D | 1B | 0 | 6 | 10E | 43 | 51 |
| Octal | 317 | 256 | 357 | 15 | 33 | 0 | 6 | 416 | 103 | 121 |
| Binary | 11001111 | 10101110 | 11101111 | 1101 | 11011 | 0 | 110 | 100001110 | 1000011 | 1010001 |
Color Harmonies of #CFAEEF
Complementary color
Monochromatic Colors of #CFAEEF
Black with #CFAEEF
Text Example
Text Example
White with #CFAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEEF; }
p { color: rgb(207,174,239); }
H1.HeaderClassName
{
color: #CFAEEF;
}
.AnyTagClassName
{
color: #CFAEEF;
}
</style>
background-color css
<style>
a { background-color: #CFAEEF; }
a { background-color: rgb(207,174,239); }
div.DivClassName
{
background-color: #CFAEEF;
}
.BgClassName
{
background-color: #CFAEEF;
}
</style>
border-color css
<style>
span { border-color: #CFAEEF; }
span { border-color: rgb(207,174,239); }
td.TdClassName
{
border-color: #CFAEEF;
}
.TagClassName
{
border-color: #CFAEEF;
}
</style>