Shades of Perfume #CDACEF
Tints of Perfume #CDACEF
RGB
CMYK
RGB Variations
Color information
#CDACEF (or 0xCDACEF) is known color: Perfume. HEX triplet: CD, AC and EF. RGB value is (205,172,239). Sum of RGB (Red+Green+Blue) = 205+172+239=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACEF is #325310. Grayscale: #BDBDBD. Windows color (decimal): -3298065 or 15707341. OLE color: 15707341.
HSL color Cylindrical-coordinate representation of color #CDACEF: hue angle of 269.55º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDACEF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 172 | 239 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.06 |
| HSL | 269.55º | 0.68% | 0.81% | - |
| HSV(B) | 269.55º | 0.28% | 0.94% | - |
| XYZ | 55.51 | 48.72 | 88.14 | - |
| YUV | 189.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 239 | 0.14 | 0.28 | 0 | 0.06 | 269.55 | 0.68 | 0.81 |
| Hex | CD | AC | EF | E | 1C | 0 | 6 | 10E | 44 | 51 |
| Octal | 315 | 254 | 357 | 16 | 34 | 0 | 6 | 416 | 104 | 121 |
| Binary | 11001101 | 10101100 | 11101111 | 1110 | 11100 | 0 | 110 | 100001110 | 1000100 | 1010001 |
Color Harmonies of #CDACEF
Complementary color
Monochromatic Colors of #CDACEF
Black with #CDACEF
Text Example
Text Example
White with #CDACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACEF; }
p { color: rgb(205,172,239); }
H1.HeaderClassName
{
color: #CDACEF;
}
.AnyTagClassName
{
color: #CDACEF;
}
</style>
background-color css
<style>
a { background-color: #CDACEF; }
a { background-color: rgb(205,172,239); }
div.DivClassName
{
background-color: #CDACEF;
}
.BgClassName
{
background-color: #CDACEF;
}
</style>
border-color css
<style>
span { border-color: #CDACEF; }
span { border-color: rgb(205,172,239); }
td.TdClassName
{
border-color: #CDACEF;
}
.TagClassName
{
border-color: #CDACEF;
}
</style>