Shades of Perfume #CDACE5
Tints of Perfume #CDACE5
RGB
CMYK
RGB Variations
Color information
#CDACE5 (or 0xCDACE5) is known color: Perfume. HEX triplet: CD, AC and E5. RGB value is (205,172,229). Sum of RGB (Red+Green+Blue) = 205+172+229=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACE5 is #32531A. Grayscale: #BCBCBC. Windows color (decimal): -3298075 or 15051981. OLE color: 15051981.
HSL color Cylindrical-coordinate representation of color #CDACE5: hue angle of 274.74º degrees, saturation: 0.52, 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 #CDACE5 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 172 | 229 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.10 |
| HSL | 274.74º | 0.52% | 0.79% | - |
| HSV(B) | 274.74º | 0.25% | 0.9% | - |
| XYZ | 54.07 | 48.14 | 80.57 | - |
| YUV | 188.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 229 | 0.10 | 0.25 | 0 | 0.10 | 274.74 | 0.52 | 0.79 |
| Hex | CD | AC | E5 | A | 19 | 0 | A | 113 | 34 | 4F |
| Octal | 315 | 254 | 345 | 12 | 31 | 0 | 12 | 423 | 64 | 117 |
| Binary | 11001101 | 10101100 | 11100101 | 1010 | 11001 | 0 | 1010 | 100010011 | 110100 | 1001111 |
Color Harmonies of #CDACE5
Complementary color
Monochromatic Colors of #CDACE5
Black with #CDACE5
Text Example
Text Example
White with #CDACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACE5; }
p { color: rgb(205,172,229); }
H1.HeaderClassName
{
color: #CDACE5;
}
.AnyTagClassName
{
color: #CDACE5;
}
</style>
background-color css
<style>
a { background-color: #CDACE5; }
a { background-color: rgb(205,172,229); }
div.DivClassName
{
background-color: #CDACE5;
}
.BgClassName
{
background-color: #CDACE5;
}
</style>
border-color css
<style>
span { border-color: #CDACE5; }
span { border-color: rgb(205,172,229); }
td.TdClassName
{
border-color: #CDACE5;
}
.TagClassName
{
border-color: #CDACE5;
}
</style>