Shades of Perfume #CDA9ED
Tints of Perfume #CDA9ED
RGB
CMYK
RGB Variations
Color information
#CDA9ED (or 0xCDA9ED) is known color: Perfume. HEX triplet: CD, A9 and ED. RGB value is (205,169,237). Sum of RGB (Red+Green+Blue) = 205+169+237=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9ED is #325612. Grayscale: #BBBBBB. Windows color (decimal): -3298835 or 15575501. OLE color: 15575501.
HSL color Cylindrical-coordinate representation of color #CDA9ED: hue angle of 271.76º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA9ED is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 169 | 237 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.07 |
| HSL | 271.76º | 0.65% | 0.8% | - |
| HSV(B) | 271.76º | 0.29% | 0.93% | - |
| XYZ | 54.65 | 47.47 | 86.4 | - |
| YUV | 187.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 237 | 0.14 | 0.29 | 0 | 0.07 | 271.76 | 0.65 | 0.8 |
| Hex | CD | A9 | ED | E | 1D | 0 | 7 | 110 | 41 | 50 |
| Octal | 315 | 251 | 355 | 16 | 35 | 0 | 7 | 420 | 101 | 120 |
| Binary | 11001101 | 10101001 | 11101101 | 1110 | 11101 | 0 | 111 | 100010000 | 1000001 | 1010000 |
Color Harmonies of #CDA9ED
Complementary color
Monochromatic Colors of #CDA9ED
Black with #CDA9ED
Text Example
Text Example
White with #CDA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9ED; }
p { color: rgb(205,169,237); }
H1.HeaderClassName
{
color: #CDA9ED;
}
.AnyTagClassName
{
color: #CDA9ED;
}
</style>
background-color css
<style>
a { background-color: #CDA9ED; }
a { background-color: rgb(205,169,237); }
div.DivClassName
{
background-color: #CDA9ED;
}
.BgClassName
{
background-color: #CDA9ED;
}
</style>
border-color css
<style>
span { border-color: #CDA9ED; }
span { border-color: rgb(205,169,237); }
td.TdClassName
{
border-color: #CDA9ED;
}
.TagClassName
{
border-color: #CDA9ED;
}
</style>