Shades of Perfume #CDACE6
Tints of Perfume #CDACE6
RGB
CMYK
RGB Variations
Color information
#CDACE6 (or 0xCDACE6) is known color: Perfume. HEX triplet: CD, AC and E6. RGB value is (205,172,230). Sum of RGB (Red+Green+Blue) = 205+172+230=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACE6 is #325319. Grayscale: #BCBCBC. Windows color (decimal): -3298074 or 15117517. OLE color: 15117517.
HSL color Cylindrical-coordinate representation of color #CDACE6: hue angle of 274.14º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDACE6 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 172 | 230 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.10 |
| HSL | 274.14º | 0.54% | 0.79% | - |
| HSV(B) | 274.14º | 0.25% | 0.9% | - |
| XYZ | 54.21 | 48.2 | 81.31 | - |
| YUV | 188.48 | 151.43 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 230 | 0.11 | 0.25 | 0 | 0.10 | 274.14 | 0.54 | 0.79 |
| Hex | CD | AC | E6 | B | 19 | 0 | A | 112 | 36 | 4F |
| Octal | 315 | 254 | 346 | 13 | 31 | 0 | 12 | 422 | 66 | 117 |
| Binary | 11001101 | 10101100 | 11100110 | 1011 | 11001 | 0 | 1010 | 100010010 | 110110 | 1001111 |
Color Harmonies of #CDACE6
Complementary color
Monochromatic Colors of #CDACE6
Black with #CDACE6
Text Example
Text Example
White with #CDACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACE6; }
p { color: rgb(205,172,230); }
H1.HeaderClassName
{
color: #CDACE6;
}
.AnyTagClassName
{
color: #CDACE6;
}
</style>
background-color css
<style>
a { background-color: #CDACE6; }
a { background-color: rgb(205,172,230); }
div.DivClassName
{
background-color: #CDACE6;
}
.BgClassName
{
background-color: #CDACE6;
}
</style>
border-color css
<style>
span { border-color: #CDACE6; }
span { border-color: rgb(205,172,230); }
td.TdClassName
{
border-color: #CDACE6;
}
.TagClassName
{
border-color: #CDACE6;
}
</style>