Shades of Perfume #CDAAEC
Tints of Perfume #CDAAEC
RGB
CMYK
RGB Variations
Color information
#CDAAEC (or 0xCDAAEC) is known color: Perfume. HEX triplet: CD, AA and EC. RGB value is (205,170,236). Sum of RGB (Red+Green+Blue) = 205+170+236=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAEC is #325513. Grayscale: #BBBBBB. Windows color (decimal): -3298580 or 15510221. OLE color: 15510221.
HSL color Cylindrical-coordinate representation of color #CDAAEC: hue angle of 271.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDAAEC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 170 | 236 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.07 |
| HSL | 271.82º | 0.63% | 0.8% | - |
| HSV(B) | 271.82º | 0.28% | 0.93% | - |
| XYZ | 54.69 | 47.78 | 85.7 | - |
| YUV | 187.99 | 155.1 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 236 | 0.13 | 0.28 | 0 | 0.07 | 271.82 | 0.63 | 0.8 |
| Hex | CD | AA | EC | D | 1C | 0 | 7 | 110 | 3F | 50 |
| Octal | 315 | 252 | 354 | 15 | 34 | 0 | 7 | 420 | 77 | 120 |
| Binary | 11001101 | 10101010 | 11101100 | 1101 | 11100 | 0 | 111 | 100010000 | 111111 | 1010000 |
Color Harmonies of #CDAAEC
Complementary color
Monochromatic Colors of #CDAAEC
Black with #CDAAEC
Text Example
Text Example
White with #CDAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAAEC; }
p { color: rgb(205,170,236); }
H1.HeaderClassName
{
color: #CDAAEC;
}
.AnyTagClassName
{
color: #CDAAEC;
}
</style>
background-color css
<style>
a { background-color: #CDAAEC; }
a { background-color: rgb(205,170,236); }
div.DivClassName
{
background-color: #CDAAEC;
}
.BgClassName
{
background-color: #CDAAEC;
}
</style>
border-color css
<style>
span { border-color: #CDAAEC; }
span { border-color: rgb(205,170,236); }
td.TdClassName
{
border-color: #CDAAEC;
}
.TagClassName
{
border-color: #CDAAEC;
}
</style>