Shades of Perfume #CDA7ED
Tints of Perfume #CDA7ED
RGB
CMYK
RGB Variations
Color information
#CDA7ED (or 0xCDA7ED) is known color: Perfume. HEX triplet: CD, A7 and ED. RGB value is (205,167,237). Sum of RGB (Red+Green+Blue) = 205+167+237=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7ED is #325812. Grayscale: #BABABA. Windows color (decimal): -3299347 or 15574989. OLE color: 15574989.
HSL color Cylindrical-coordinate representation of color #CDA7ED: hue angle of 272.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA7ED is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 167 | 237 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 272.57º | 0.66% | 0.79% | - |
| HSV(B) | 272.57º | 0.3% | 0.93% | - |
| XYZ | 54.28 | 46.73 | 86.28 | - |
| YUV | 186.34 | 156.59 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 237 | 0.14 | 0.30 | 0 | 0.07 | 272.57 | 0.66 | 0.79 |
| Hex | CD | A7 | ED | E | 1E | 0 | 7 | 111 | 42 | 4F |
| Octal | 315 | 247 | 355 | 16 | 36 | 0 | 7 | 421 | 102 | 117 |
| Binary | 11001101 | 10100111 | 11101101 | 1110 | 11110 | 0 | 111 | 100010001 | 1000010 | 1001111 |
Color Harmonies of #CDA7ED
Complementary color
Monochromatic Colors of #CDA7ED
Black with #CDA7ED
Text Example
Text Example
White with #CDA7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7ED; }
p { color: rgb(205,167,237); }
H1.HeaderClassName
{
color: #CDA7ED;
}
.AnyTagClassName
{
color: #CDA7ED;
}
</style>
background-color css
<style>
a { background-color: #CDA7ED; }
a { background-color: rgb(205,167,237); }
div.DivClassName
{
background-color: #CDA7ED;
}
.BgClassName
{
background-color: #CDA7ED;
}
</style>
border-color css
<style>
span { border-color: #CDA7ED; }
span { border-color: rgb(205,167,237); }
td.TdClassName
{
border-color: #CDA7ED;
}
.TagClassName
{
border-color: #CDA7ED;
}
</style>