Shades of Perfume #CDACF0
Tints of Perfume #CDACF0
RGB
CMYK
RGB Variations
Color information
#CDACF0 (or 0xCDACF0) is known color: Perfume. HEX triplet: CD, AC and F0. RGB value is (205,172,240). Sum of RGB (Red+Green+Blue) = 205+172+240=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF0 is #32530F. Grayscale: #BDBDBD. Windows color (decimal): -3298064 or 15772877. OLE color: 15772877.
HSL color Cylindrical-coordinate representation of color #CDACF0: hue angle of 269.12º degrees, saturation: 0.69, 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 #CDACF0 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 172 | 240 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 269.12º | 0.69% | 0.81% | - |
| HSV(B) | 269.12º | 0.28% | 0.94% | - |
| XYZ | 55.66 | 48.78 | 88.92 | - |
| YUV | 189.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 240 | 0.15 | 0.28 | 0 | 0.06 | 269.12 | 0.69 | 0.81 |
| Hex | CD | AC | F0 | F | 1C | 0 | 6 | 10D | 45 | 51 |
| Octal | 315 | 254 | 360 | 17 | 34 | 0 | 6 | 415 | 105 | 121 |
| Binary | 11001101 | 10101100 | 11110000 | 1111 | 11100 | 0 | 110 | 100001101 | 1000101 | 1010001 |
Color Harmonies of #CDACF0
Complementary color
Monochromatic Colors of #CDACF0
Black with #CDACF0
Text Example
Text Example
White with #CDACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACF0; }
p { color: rgb(205,172,240); }
H1.HeaderClassName
{
color: #CDACF0;
}
.AnyTagClassName
{
color: #CDACF0;
}
</style>
background-color css
<style>
a { background-color: #CDACF0; }
a { background-color: rgb(205,172,240); }
div.DivClassName
{
background-color: #CDACF0;
}
.BgClassName
{
background-color: #CDACF0;
}
</style>
border-color css
<style>
span { border-color: #CDACF0; }
span { border-color: rgb(205,172,240); }
td.TdClassName
{
border-color: #CDACF0;
}
.TagClassName
{
border-color: #CDACF0;
}
</style>