Shades of Perfume #CDA9EF
Tints of Perfume #CDA9EF
RGB
CMYK
RGB Variations
Color information
#CDA9EF (or 0xCDA9EF) is known color: Perfume. HEX triplet: CD, A9 and EF. RGB value is (205,169,239). Sum of RGB (Red+Green+Blue) = 205+169+239=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9EF is #325610. Grayscale: #BBBBBB. Windows color (decimal): -3298833 or 15706573. OLE color: 15706573.
HSL color Cylindrical-coordinate representation of color #CDA9EF: hue angle of 270.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA9EF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 169 | 239 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.06 |
| HSL | 270.86º | 0.69% | 0.8% | - |
| HSV(B) | 270.86º | 0.29% | 0.94% | - |
| XYZ | 54.94 | 47.59 | 87.95 | - |
| YUV | 187.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 239 | 0.14 | 0.29 | 0 | 0.06 | 270.86 | 0.69 | 0.8 |
| Hex | CD | A9 | EF | E | 1D | 0 | 6 | 10F | 45 | 50 |
| Octal | 315 | 251 | 357 | 16 | 35 | 0 | 6 | 417 | 105 | 120 |
| Binary | 11001101 | 10101001 | 11101111 | 1110 | 11101 | 0 | 110 | 100001111 | 1000101 | 1010000 |
Color Harmonies of #CDA9EF
Complementary color
Monochromatic Colors of #CDA9EF
Black with #CDA9EF
Text Example
Text Example
White with #CDA9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9EF; }
p { color: rgb(205,169,239); }
H1.HeaderClassName
{
color: #CDA9EF;
}
.AnyTagClassName
{
color: #CDA9EF;
}
</style>
background-color css
<style>
a { background-color: #CDA9EF; }
a { background-color: rgb(205,169,239); }
div.DivClassName
{
background-color: #CDA9EF;
}
.BgClassName
{
background-color: #CDA9EF;
}
</style>
border-color css
<style>
span { border-color: #CDA9EF; }
span { border-color: rgb(205,169,239); }
td.TdClassName
{
border-color: #CDA9EF;
}
.TagClassName
{
border-color: #CDA9EF;
}
</style>