Shades of Perfume #CDA9F0
Tints of Perfume #CDA9F0
RGB
CMYK
RGB Variations
Color information
#CDA9F0 (or 0xCDA9F0) is known color: Perfume. HEX triplet: CD, A9 and F0. RGB value is (205,169,240). Sum of RGB (Red+Green+Blue) = 205+169+240=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDA9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9F0 is #32560F. Grayscale: #BBBBBB. Windows color (decimal): -3298832 or 15772109. OLE color: 15772109.
HSL color Cylindrical-coordinate representation of color #CDA9F0: hue angle of 270.42º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA9F0 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 169 | 240 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.06 |
| HSL | 270.42º | 0.7% | 0.8% | - |
| HSV(B) | 270.42º | 0.3% | 0.94% | - |
| XYZ | 55.09 | 47.65 | 88.73 | - |
| YUV | 187.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 240 | 0.15 | 0.30 | 0 | 0.06 | 270.42 | 0.7 | 0.8 |
| Hex | CD | A9 | F0 | F | 1E | 0 | 6 | 10E | 46 | 50 |
| Octal | 315 | 251 | 360 | 17 | 36 | 0 | 6 | 416 | 106 | 120 |
| Binary | 11001101 | 10101001 | 11110000 | 1111 | 11110 | 0 | 110 | 100001110 | 1000110 | 1010000 |
Color Harmonies of #CDA9F0
Complementary color
Monochromatic Colors of #CDA9F0
Black with #CDA9F0
Text Example
Text Example
White with #CDA9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9F0; }
p { color: rgb(205,169,240); }
H1.HeaderClassName
{
color: #CDA9F0;
}
.AnyTagClassName
{
color: #CDA9F0;
}
</style>
background-color css
<style>
a { background-color: #CDA9F0; }
a { background-color: rgb(205,169,240); }
div.DivClassName
{
background-color: #CDA9F0;
}
.BgClassName
{
background-color: #CDA9F0;
}
</style>
border-color css
<style>
span { border-color: #CDA9F0; }
span { border-color: rgb(205,169,240); }
td.TdClassName
{
border-color: #CDA9F0;
}
.TagClassName
{
border-color: #CDA9F0;
}
</style>