Shades of Perfume #CFADEC
Tints of Perfume #CFADEC
RGB
CMYK
RGB Variations
Color information
#CFADEC (or 0xCFADEC) is known color: Perfume. HEX triplet: CF, AD and EC. RGB value is (207,173,236). Sum of RGB (Red+Green+Blue) = 207+173+236=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEC is #305213. Grayscale: #BEBEBE. Windows color (decimal): -3166740 or 15510991. OLE color: 15510991.
HSL color Cylindrical-coordinate representation of color #CFADEC: hue angle of 272.38º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFADEC is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 173 | 236 | - |
| CMYK | 0.12 | 0.27 | 0 | 0.07 |
| HSL | 272.38º | 0.62% | 0.8% | - |
| HSV(B) | 272.38º | 0.27% | 0.93% | - |
| XYZ | 55.82 | 49.21 | 85.91 | - |
| YUV | 190.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 236 | 0.12 | 0.27 | 0 | 0.07 | 272.38 | 0.62 | 0.8 |
| Hex | CF | AD | EC | C | 1B | 0 | 7 | 110 | 3E | 50 |
| Octal | 317 | 255 | 354 | 14 | 33 | 0 | 7 | 420 | 76 | 120 |
| Binary | 11001111 | 10101101 | 11101100 | 1100 | 11011 | 0 | 111 | 100010000 | 111110 | 1010000 |
Color Harmonies of #CFADEC
Complementary color
Monochromatic Colors of #CFADEC
Black with #CFADEC
Text Example
Text Example
White with #CFADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADEC; }
p { color: rgb(207,173,236); }
H1.HeaderClassName
{
color: #CFADEC;
}
.AnyTagClassName
{
color: #CFADEC;
}
</style>
background-color css
<style>
a { background-color: #CFADEC; }
a { background-color: rgb(207,173,236); }
div.DivClassName
{
background-color: #CFADEC;
}
.BgClassName
{
background-color: #CFADEC;
}
</style>
border-color css
<style>
span { border-color: #CFADEC; }
span { border-color: rgb(207,173,236); }
td.TdClassName
{
border-color: #CFADEC;
}
.TagClassName
{
border-color: #CFADEC;
}
</style>