Shades of Perfume #CDACEA
Tints of Perfume #CDACEA
RGB
CMYK
RGB Variations
Color information
#CDACEA (or 0xCDACEA) is known color: Perfume. HEX triplet: CD, AC and EA. RGB value is (205,172,234). Sum of RGB (Red+Green+Blue) = 205+172+234=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACEA is #325315. Grayscale: #BCBCBC. Windows color (decimal): -3298070 or 15379661. OLE color: 15379661.
HSL color Cylindrical-coordinate representation of color #CDACEA: hue angle of 271.94º degrees, saturation: 0.6, 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 #CDACEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 172 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 271.94º | 0.6% | 0.8% | - |
| HSV(B) | 271.94º | 0.26% | 0.92% | - |
| XYZ | 54.78 | 48.42 | 84.3 | - |
| YUV | 188.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 234 | 0.12 | 0.26 | 0 | 0.08 | 271.94 | 0.6 | 0.8 |
| Hex | CD | AC | EA | C | 1A | 0 | 8 | 110 | 3C | 50 |
| Octal | 315 | 254 | 352 | 14 | 32 | 0 | 10 | 420 | 74 | 120 |
| Binary | 11001101 | 10101100 | 11101010 | 1100 | 11010 | 0 | 1000 | 100010000 | 111100 | 1010000 |
Color Harmonies of #CDACEA
Complementary color
Monochromatic Colors of #CDACEA
Black with #CDACEA
Text Example
Text Example
White with #CDACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACEA; }
p { color: rgb(205,172,234); }
H1.HeaderClassName
{
color: #CDACEA;
}
.AnyTagClassName
{
color: #CDACEA;
}
</style>
background-color css
<style>
a { background-color: #CDACEA; }
a { background-color: rgb(205,172,234); }
div.DivClassName
{
background-color: #CDACEA;
}
.BgClassName
{
background-color: #CDACEA;
}
</style>
border-color css
<style>
span { border-color: #CDACEA; }
span { border-color: rgb(205,172,234); }
td.TdClassName
{
border-color: #CDACEA;
}
.TagClassName
{
border-color: #CDACEA;
}
</style>