Shades of Perfume #CFADEB
Tints of Perfume #CFADEB
RGB
CMYK
RGB Variations
Color information
#CFADEB (or 0xCFADEB) is known color: Perfume. HEX triplet: CF, AD and EB. RGB value is (207,173,235). Sum of RGB (Red+Green+Blue) = 207+173+235=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFADEB is #305214. Grayscale: #BEBEBE. Windows color (decimal): -3166741 or 15445455. OLE color: 15445455.
HSL color Cylindrical-coordinate representation of color #CFADEB: hue angle of 272.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFADEB is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 173 | 235 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 272.9º | 0.61% | 0.8% | - |
| HSV(B) | 272.9º | 0.26% | 0.92% | - |
| XYZ | 55.67 | 49.15 | 85.15 | - |
| YUV | 190.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 173 | 235 | 0.12 | 0.26 | 0 | 0.08 | 272.9 | 0.61 | 0.8 |
| Hex | CF | AD | EB | C | 1A | 0 | 8 | 111 | 3D | 50 |
| Octal | 317 | 255 | 353 | 14 | 32 | 0 | 10 | 421 | 75 | 120 |
| Binary | 11001111 | 10101101 | 11101011 | 1100 | 11010 | 0 | 1000 | 100010001 | 111101 | 1010000 |
Color Harmonies of #CFADEB
Complementary color
Monochromatic Colors of #CFADEB
Black with #CFADEB
Text Example
Text Example
White with #CFADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFADEB; }
p { color: rgb(207,173,235); }
H1.HeaderClassName
{
color: #CFADEB;
}
.AnyTagClassName
{
color: #CFADEB;
}
</style>
background-color css
<style>
a { background-color: #CFADEB; }
a { background-color: rgb(207,173,235); }
div.DivClassName
{
background-color: #CFADEB;
}
.BgClassName
{
background-color: #CFADEB;
}
</style>
border-color css
<style>
span { border-color: #CFADEB; }
span { border-color: rgb(207,173,235); }
td.TdClassName
{
border-color: #CFADEB;
}
.TagClassName
{
border-color: #CFADEB;
}
</style>