Shades of Perfume #CFAFEE
Tints of Perfume #CFAFEE
RGB
CMYK
RGB Variations
Color information
#CFAFEE (or 0xCFAFEE) is known color: Perfume. HEX triplet: CF, AF and EE. RGB value is (207,175,238). Sum of RGB (Red+Green+Blue) = 207+175+238=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFEE is #305011. Grayscale: #BFBFBF. Windows color (decimal): -3166226 or 15642575. OLE color: 15642575.
HSL color Cylindrical-coordinate representation of color #CFAFEE: hue angle of 270.48º degrees, saturation: 0.65, 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 #CFAFEE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 175 | 238 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.07 |
| HSL | 270.48º | 0.65% | 0.81% | - |
| HSV(B) | 270.48º | 0.26% | 0.93% | - |
| XYZ | 56.49 | 50.1 | 87.58 | - |
| YUV | 191.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 238 | 0.13 | 0.26 | 0 | 0.07 | 270.48 | 0.65 | 0.81 |
| Hex | CF | AF | EE | D | 1A | 0 | 7 | 10E | 41 | 51 |
| Octal | 317 | 257 | 356 | 15 | 32 | 0 | 7 | 416 | 101 | 121 |
| Binary | 11001111 | 10101111 | 11101110 | 1101 | 11010 | 0 | 111 | 100001110 | 1000001 | 1010001 |
Color Harmonies of #CFAFEE
Complementary color
Monochromatic Colors of #CFAFEE
Black with #CFAFEE
Text Example
Text Example
White with #CFAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFEE; }
p { color: rgb(207,175,238); }
H1.HeaderClassName
{
color: #CFAFEE;
}
.AnyTagClassName
{
color: #CFAFEE;
}
</style>
background-color css
<style>
a { background-color: #CFAFEE; }
a { background-color: rgb(207,175,238); }
div.DivClassName
{
background-color: #CFAFEE;
}
.BgClassName
{
background-color: #CFAFEE;
}
</style>
border-color css
<style>
span { border-color: #CFAFEE; }
span { border-color: rgb(207,175,238); }
td.TdClassName
{
border-color: #CFAFEE;
}
.TagClassName
{
border-color: #CFAFEE;
}
</style>