Shades of Perfume #CDA9EA
Tints of Perfume #CDA9EA
RGB
CMYK
RGB Variations
Color information
#CDA9EA (or 0xCDA9EA) is known color: Perfume. HEX triplet: CD, A9 and EA. RGB value is (205,169,234). Sum of RGB (Red+Green+Blue) = 205+169+234=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA9EA is #325615. Grayscale: #BABABA. Windows color (decimal): -3298838 or 15378893. OLE color: 15378893.
HSL color Cylindrical-coordinate representation of color #CDA9EA: hue angle of 273.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA9EA is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 169 | 234 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.08 |
| HSL | 273.23º | 0.61% | 0.79% | - |
| HSV(B) | 273.23º | 0.28% | 0.92% | - |
| XYZ | 54.22 | 47.3 | 84.11 | - |
| YUV | 187.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 234 | 0.12 | 0.28 | 0 | 0.08 | 273.23 | 0.61 | 0.79 |
| Hex | CD | A9 | EA | C | 1C | 0 | 8 | 111 | 3D | 4F |
| Octal | 315 | 251 | 352 | 14 | 34 | 0 | 10 | 421 | 75 | 117 |
| Binary | 11001101 | 10101001 | 11101010 | 1100 | 11100 | 0 | 1000 | 100010001 | 111101 | 1001111 |
Color Harmonies of #CDA9EA
Complementary color
Monochromatic Colors of #CDA9EA
Black with #CDA9EA
Text Example
Text Example
White with #CDA9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9EA; }
p { color: rgb(205,169,234); }
H1.HeaderClassName
{
color: #CDA9EA;
}
.AnyTagClassName
{
color: #CDA9EA;
}
</style>
background-color css
<style>
a { background-color: #CDA9EA; }
a { background-color: rgb(205,169,234); }
div.DivClassName
{
background-color: #CDA9EA;
}
.BgClassName
{
background-color: #CDA9EA;
}
</style>
border-color css
<style>
span { border-color: #CDA9EA; }
span { border-color: rgb(205,169,234); }
td.TdClassName
{
border-color: #CDA9EA;
}
.TagClassName
{
border-color: #CDA9EA;
}
</style>