Shades of Perfume #CDA7EE
Tints of Perfume #CDA7EE
RGB
CMYK
RGB Variations
Color information
#CDA7EE (or 0xCDA7EE) is known color: Perfume. HEX triplet: CD, A7 and EE. RGB value is (205,167,238). Sum of RGB (Red+Green+Blue) = 205+167+238=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7EE is #325811. Grayscale: #BABABA. Windows color (decimal): -3299346 or 15640525. OLE color: 15640525.
HSL color Cylindrical-coordinate representation of color #CDA7EE: hue angle of 272.11º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA7EE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 167 | 238 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.07 |
| HSL | 272.11º | 0.68% | 0.79% | - |
| HSV(B) | 272.11º | 0.3% | 0.93% | - |
| XYZ | 54.43 | 46.79 | 87.05 | - |
| YUV | 186.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 238 | 0.14 | 0.30 | 0 | 0.07 | 272.11 | 0.68 | 0.79 |
| Hex | CD | A7 | EE | E | 1E | 0 | 7 | 110 | 44 | 4F |
| Octal | 315 | 247 | 356 | 16 | 36 | 0 | 7 | 420 | 104 | 117 |
| Binary | 11001101 | 10100111 | 11101110 | 1110 | 11110 | 0 | 111 | 100010000 | 1000100 | 1001111 |
Color Harmonies of #CDA7EE
Complementary color
Monochromatic Colors of #CDA7EE
Black with #CDA7EE
Text Example
Text Example
White with #CDA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7EE; }
p { color: rgb(205,167,238); }
H1.HeaderClassName
{
color: #CDA7EE;
}
.AnyTagClassName
{
color: #CDA7EE;
}
</style>
background-color css
<style>
a { background-color: #CDA7EE; }
a { background-color: rgb(205,167,238); }
div.DivClassName
{
background-color: #CDA7EE;
}
.BgClassName
{
background-color: #CDA7EE;
}
</style>
border-color css
<style>
span { border-color: #CDA7EE; }
span { border-color: rgb(205,167,238); }
td.TdClassName
{
border-color: #CDA7EE;
}
.TagClassName
{
border-color: #CDA7EE;
}
</style>