Shades of Perfume #CDA8EB
Tints of Perfume #CDA8EB
RGB
CMYK
RGB Variations
Color information
#CDA8EB (or 0xCDA8EB) is known color: Perfume. HEX triplet: CD, A8 and EB. RGB value is (205,168,235). Sum of RGB (Red+Green+Blue) = 205+168+235=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8EB is #325714. Grayscale: #BABABA. Windows color (decimal): -3299093 or 15444173. OLE color: 15444173.
HSL color Cylindrical-coordinate representation of color #CDA8EB: hue angle of 273.13º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDA8EB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 168 | 235 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.08 |
| HSL | 273.13º | 0.63% | 0.79% | - |
| HSV(B) | 273.13º | 0.29% | 0.92% | - |
| XYZ | 54.17 | 46.98 | 84.81 | - |
| YUV | 186.7 | 155.26 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 235 | 0.13 | 0.29 | 0 | 0.08 | 273.13 | 0.63 | 0.79 |
| Hex | CD | A8 | EB | D | 1D | 0 | 8 | 111 | 3F | 4F |
| Octal | 315 | 250 | 353 | 15 | 35 | 0 | 10 | 421 | 77 | 117 |
| Binary | 11001101 | 10101000 | 11101011 | 1101 | 11101 | 0 | 1000 | 100010001 | 111111 | 1001111 |
Color Harmonies of #CDA8EB
Complementary color
Monochromatic Colors of #CDA8EB
Black with #CDA8EB
Text Example
Text Example
White with #CDA8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8EB; }
p { color: rgb(205,168,235); }
H1.HeaderClassName
{
color: #CDA8EB;
}
.AnyTagClassName
{
color: #CDA8EB;
}
</style>
background-color css
<style>
a { background-color: #CDA8EB; }
a { background-color: rgb(205,168,235); }
div.DivClassName
{
background-color: #CDA8EB;
}
.BgClassName
{
background-color: #CDA8EB;
}
</style>
border-color css
<style>
span { border-color: #CDA8EB; }
span { border-color: rgb(205,168,235); }
td.TdClassName
{
border-color: #CDA8EB;
}
.TagClassName
{
border-color: #CDA8EB;
}
</style>