Shades of Perfume #CFADEF
Tints of Perfume #CFADEF
RGB
CMYK
RGB Variations
Color information
#CFADEF (or 0xCFADEF) is known color: Perfume. HEX triplet: CF, AD and EF. RGB value is (207,173,239). Sum of RGB (Red+Green+Blue) = 207+173+239=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEF is #305210. Grayscale: #BEBEBE. Windows color (decimal): -3166737 or 15707599. OLE color: 15707599.
HSL color Cylindrical-coordinate representation of color #CFADEF: hue angle of 270.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFADEF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 173 | 239 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.06 |
| HSL | 270.91º | 0.67% | 0.81% | - |
| HSV(B) | 270.91º | 0.28% | 0.94% | - |
| XYZ | 56.26 | 49.38 | 88.23 | - |
| YUV | 190.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 239 | 0.13 | 0.28 | 0 | 0.06 | 270.91 | 0.67 | 0.81 |
| Hex | CF | AD | EF | D | 1C | 0 | 6 | 10F | 43 | 51 |
| Octal | 317 | 255 | 357 | 15 | 34 | 0 | 6 | 417 | 103 | 121 |
| Binary | 11001111 | 10101101 | 11101111 | 1101 | 11100 | 0 | 110 | 100001111 | 1000011 | 1010001 |
Color Harmonies of #CFADEF
Complementary color
Monochromatic Colors of #CFADEF
Black with #CFADEF
Text Example
Text Example
White with #CFADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADEF; }
p { color: rgb(207,173,239); }
H1.HeaderClassName
{
color: #CFADEF;
}
.AnyTagClassName
{
color: #CFADEF;
}
</style>
background-color css
<style>
a { background-color: #CFADEF; }
a { background-color: rgb(207,173,239); }
div.DivClassName
{
background-color: #CFADEF;
}
.BgClassName
{
background-color: #CFADEF;
}
</style>
border-color css
<style>
span { border-color: #CFADEF; }
span { border-color: rgb(207,173,239); }
td.TdClassName
{
border-color: #CFADEF;
}
.TagClassName
{
border-color: #CFADEF;
}
</style>