Shades of Perfume #CDACF1
Tints of Perfume #CDACF1
RGB
CMYK
RGB Variations
Color information
#CDACF1 (or 0xCDACF1) is known color: Perfume. HEX triplet: CD, AC and F1. RGB value is (205,172,241). Sum of RGB (Red+Green+Blue) = 205+172+241=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF1 is #32530E. Grayscale: #BDBDBD. Windows color (decimal): -3298063 or 15838413. OLE color: 15838413.
HSL color Cylindrical-coordinate representation of color #CDACF1: hue angle of 268.7º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDACF1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 172 | 241 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 268.7º | 0.71% | 0.81% | - |
| HSV(B) | 268.7º | 0.29% | 0.95% | - |
| XYZ | 55.81 | 48.84 | 89.7 | - |
| YUV | 189.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 241 | 0.15 | 0.29 | 0 | 0.05 | 268.7 | 0.71 | 0.81 |
| Hex | CD | AC | F1 | F | 1D | 0 | 5 | 10D | 47 | 51 |
| Octal | 315 | 254 | 361 | 17 | 35 | 0 | 5 | 415 | 107 | 121 |
| Binary | 11001101 | 10101100 | 11110001 | 1111 | 11101 | 0 | 101 | 100001101 | 1000111 | 1010001 |
Color Harmonies of #CDACF1
Complementary color
Monochromatic Colors of #CDACF1
Black with #CDACF1
Text Example
Text Example
White with #CDACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACF1; }
p { color: rgb(205,172,241); }
H1.HeaderClassName
{
color: #CDACF1;
}
.AnyTagClassName
{
color: #CDACF1;
}
</style>
background-color css
<style>
a { background-color: #CDACF1; }
a { background-color: rgb(205,172,241); }
div.DivClassName
{
background-color: #CDACF1;
}
.BgClassName
{
background-color: #CDACF1;
}
</style>
border-color css
<style>
span { border-color: #CDACF1; }
span { border-color: rgb(205,172,241); }
td.TdClassName
{
border-color: #CDACF1;
}
.TagClassName
{
border-color: #CDACF1;
}
</style>