Shades of Perfume #CDA6EF
Tints of Perfume #CDA6EF
RGB
CMYK
RGB Variations
Color information
#CDA6EF (or 0xCDA6EF) is known color: Perfume. HEX triplet: CD, A6 and EF. RGB value is (205,166,239). Sum of RGB (Red+Green+Blue) = 205+166+239=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDA6EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA6EF is #325910. Grayscale: #B9B9B9. Windows color (decimal): -3299601 or 15705805. OLE color: 15705805.
HSL color Cylindrical-coordinate representation of color #CDA6EF: hue angle of 272.05º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA6EF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 166 | 239 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.06 |
| HSL | 272.05º | 0.7% | 0.79% | - |
| HSV(B) | 272.05º | 0.31% | 0.94% | - |
| XYZ | 54.39 | 46.48 | 87.77 | - |
| YUV | 185.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 239 | 0.14 | 0.31 | 0 | 0.06 | 272.05 | 0.7 | 0.79 |
| Hex | CD | A6 | EF | E | 1F | 0 | 6 | 110 | 46 | 4F |
| Octal | 315 | 246 | 357 | 16 | 37 | 0 | 6 | 420 | 106 | 117 |
| Binary | 11001101 | 10100110 | 11101111 | 1110 | 11111 | 0 | 110 | 100010000 | 1000110 | 1001111 |
Color Harmonies of #CDA6EF
Complementary color
Monochromatic Colors of #CDA6EF
Black with #CDA6EF
Text Example
Text Example
White with #CDA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6EF; }
p { color: rgb(205,166,239); }
H1.HeaderClassName
{
color: #CDA6EF;
}
.AnyTagClassName
{
color: #CDA6EF;
}
</style>
background-color css
<style>
a { background-color: #CDA6EF; }
a { background-color: rgb(205,166,239); }
div.DivClassName
{
background-color: #CDA6EF;
}
.BgClassName
{
background-color: #CDA6EF;
}
</style>
border-color css
<style>
span { border-color: #CDA6EF; }
span { border-color: rgb(205,166,239); }
td.TdClassName
{
border-color: #CDA6EF;
}
.TagClassName
{
border-color: #CDA6EF;
}
</style>