Shades of Perfume #CDADEA
Tints of Perfume #CDADEA
RGB
CMYK
RGB Variations
Color information
#CDADEA (or 0xCDADEA) is known color: Perfume. HEX triplet: CD, AD and EA. RGB value is (205,173,234). Sum of RGB (Red+Green+Blue) = 205+173+234=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADEA is #325215. Grayscale: #BDBDBD. Windows color (decimal): -3297814 or 15379917. OLE color: 15379917.
HSL color Cylindrical-coordinate representation of color #CDADEA: hue angle of 271.48º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDADEA is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 173 | 234 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.08 |
| HSL | 271.48º | 0.59% | 0.8% | - |
| HSV(B) | 271.48º | 0.26% | 0.92% | - |
| XYZ | 54.97 | 48.81 | 84.37 | - |
| YUV | 189.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 173 | 234 | 0.12 | 0.26 | 0 | 0.08 | 271.48 | 0.59 | 0.8 |
| Hex | CD | AD | EA | C | 1A | 0 | 8 | 10F | 3B | 50 |
| Octal | 315 | 255 | 352 | 14 | 32 | 0 | 10 | 417 | 73 | 120 |
| Binary | 11001101 | 10101101 | 11101010 | 1100 | 11010 | 0 | 1000 | 100001111 | 111011 | 1010000 |
Color Harmonies of #CDADEA
Complementary color
Monochromatic Colors of #CDADEA
Black with #CDADEA
Text Example
Text Example
White with #CDADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADEA; }
p { color: rgb(205,173,234); }
H1.HeaderClassName
{
color: #CDADEA;
}
.AnyTagClassName
{
color: #CDADEA;
}
</style>
background-color css
<style>
a { background-color: #CDADEA; }
a { background-color: rgb(205,173,234); }
div.DivClassName
{
background-color: #CDADEA;
}
.BgClassName
{
background-color: #CDADEA;
}
</style>
border-color css
<style>
span { border-color: #CDADEA; }
span { border-color: rgb(205,173,234); }
td.TdClassName
{
border-color: #CDADEA;
}
.TagClassName
{
border-color: #CDADEA;
}
</style>