Shades of Perfume #CDACEB
Tints of Perfume #CDACEB
RGB
CMYK
RGB Variations
Color information
#CDACEB (or 0xCDACEB) is known color: Perfume. HEX triplet: CD, AC and EB. RGB value is (205,172,235). Sum of RGB (Red+Green+Blue) = 205+172+235=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACEB is #325314. Grayscale: #BCBCBC. Windows color (decimal): -3298069 or 15445197. OLE color: 15445197.
HSL color Cylindrical-coordinate representation of color #CDACEB: hue angle of 271.43º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDACEB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 172 | 235 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.08 |
| HSL | 271.43º | 0.61% | 0.8% | - |
| HSV(B) | 271.43º | 0.27% | 0.92% | - |
| XYZ | 54.92 | 48.48 | 85.06 | - |
| YUV | 189.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 235 | 0.13 | 0.27 | 0 | 0.08 | 271.43 | 0.61 | 0.8 |
| Hex | CD | AC | EB | D | 1B | 0 | 8 | 10F | 3D | 50 |
| Octal | 315 | 254 | 353 | 15 | 33 | 0 | 10 | 417 | 75 | 120 |
| Binary | 11001101 | 10101100 | 11101011 | 1101 | 11011 | 0 | 1000 | 100001111 | 111101 | 1010000 |
Color Harmonies of #CDACEB
Complementary color
Monochromatic Colors of #CDACEB
Black with #CDACEB
Text Example
Text Example
White with #CDACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACEB; }
p { color: rgb(205,172,235); }
H1.HeaderClassName
{
color: #CDACEB;
}
.AnyTagClassName
{
color: #CDACEB;
}
</style>
background-color css
<style>
a { background-color: #CDACEB; }
a { background-color: rgb(205,172,235); }
div.DivClassName
{
background-color: #CDACEB;
}
.BgClassName
{
background-color: #CDACEB;
}
</style>
border-color css
<style>
span { border-color: #CDACEB; }
span { border-color: rgb(205,172,235); }
td.TdClassName
{
border-color: #CDACEB;
}
.TagClassName
{
border-color: #CDACEB;
}
</style>