Shades of Perfume #CDACF2
Tints of Perfume #CDACF2
RGB
CMYK
RGB Variations
Color information
#CDACF2 (or 0xCDACF2) is known color: Perfume. HEX triplet: CD, AC and F2. RGB value is (205,172,242). Sum of RGB (Red+Green+Blue) = 205+172+242=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF2 is #32530D. Grayscale: #BDBDBD. Windows color (decimal): -3298062 or 15903949. OLE color: 15903949.
HSL color Cylindrical-coordinate representation of color #CDACF2: hue angle of 268.29º degrees, saturation: 0.73, 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 #CDACF2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 172 | 242 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 268.29º | 0.73% | 0.81% | - |
| HSV(B) | 268.29º | 0.29% | 0.95% | - |
| XYZ | 55.96 | 48.89 | 90.49 | - |
| YUV | 189.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 242 | 0.15 | 0.29 | 0 | 0.05 | 268.29 | 0.73 | 0.81 |
| Hex | CD | AC | F2 | F | 1D | 0 | 5 | 10C | 49 | 51 |
| Octal | 315 | 254 | 362 | 17 | 35 | 0 | 5 | 414 | 111 | 121 |
| Binary | 11001101 | 10101100 | 11110010 | 1111 | 11101 | 0 | 101 | 100001100 | 1001001 | 1010001 |
Color Harmonies of #CDACF2
Complementary color
Monochromatic Colors of #CDACF2
Black with #CDACF2
Text Example
Text Example
White with #CDACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACF2; }
p { color: rgb(205,172,242); }
H1.HeaderClassName
{
color: #CDACF2;
}
.AnyTagClassName
{
color: #CDACF2;
}
</style>
background-color css
<style>
a { background-color: #CDACF2; }
a { background-color: rgb(205,172,242); }
div.DivClassName
{
background-color: #CDACF2;
}
.BgClassName
{
background-color: #CDACF2;
}
</style>
border-color css
<style>
span { border-color: #CDACF2; }
span { border-color: rgb(205,172,242); }
td.TdClassName
{
border-color: #CDACF2;
}
.TagClassName
{
border-color: #CDACF2;
}
</style>