Shades of Perfume #CDA8EC
Tints of Perfume #CDA8EC
RGB
CMYK
RGB Variations
Color information
#CDA8EC (or 0xCDA8EC) is known color: Perfume. HEX triplet: CD, A8 and EC. RGB value is (205,168,236). Sum of RGB (Red+Green+Blue) = 205+168+236=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8EC is #325713. Grayscale: #BABABA. Windows color (decimal): -3299092 or 15509709. OLE color: 15509709.
HSL color Cylindrical-coordinate representation of color #CDA8EC: hue angle of 272.65º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA8EC is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 168 | 236 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.07 |
| HSL | 272.65º | 0.64% | 0.79% | - |
| HSV(B) | 272.65º | 0.29% | 0.93% | - |
| XYZ | 54.32 | 47.04 | 85.57 | - |
| YUV | 186.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 236 | 0.13 | 0.29 | 0 | 0.07 | 272.65 | 0.64 | 0.79 |
| Hex | CD | A8 | EC | D | 1D | 0 | 7 | 111 | 40 | 4F |
| Octal | 315 | 250 | 354 | 15 | 35 | 0 | 7 | 421 | 100 | 117 |
| Binary | 11001101 | 10101000 | 11101100 | 1101 | 11101 | 0 | 111 | 100010001 | 1000000 | 1001111 |
Color Harmonies of #CDA8EC
Complementary color
Monochromatic Colors of #CDA8EC
Black with #CDA8EC
Text Example
Text Example
White with #CDA8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8EC; }
p { color: rgb(205,168,236); }
H1.HeaderClassName
{
color: #CDA8EC;
}
.AnyTagClassName
{
color: #CDA8EC;
}
</style>
background-color css
<style>
a { background-color: #CDA8EC; }
a { background-color: rgb(205,168,236); }
div.DivClassName
{
background-color: #CDA8EC;
}
.BgClassName
{
background-color: #CDA8EC;
}
</style>
border-color css
<style>
span { border-color: #CDA8EC; }
span { border-color: rgb(205,168,236); }
td.TdClassName
{
border-color: #CDA8EC;
}
.TagClassName
{
border-color: #CDA8EC;
}
</style>