Shades of Perfume #CDB3E8
Tints of Perfume #CDB3E8
RGB
CMYK
RGB Variations
Color information
#CDB3E8 (or 0xCDB3E8) is known color: Perfume. HEX triplet: CD, B3 and E8. RGB value is (205,179,232). Sum of RGB (Red+Green+Blue) = 205+179+232=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDB3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3E8 is #324C17. Grayscale: #C0C0C0. Windows color (decimal): -3296280 or 15250381. OLE color: 15250381.
HSL color Cylindrical-coordinate representation of color #CDB3E8: hue angle of 269.43º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB3E8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 179 | 232 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.09 |
| HSL | 269.43º | 0.54% | 0.81% | - |
| HSV(B) | 269.43º | 0.23% | 0.91% | - |
| XYZ | 55.86 | 51.05 | 83.25 | - |
| YUV | 192.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 232 | 0.12 | 0.23 | 0 | 0.09 | 269.43 | 0.54 | 0.81 |
| Hex | CD | B3 | E8 | C | 17 | 0 | 9 | 10D | 36 | 51 |
| Octal | 315 | 263 | 350 | 14 | 27 | 0 | 11 | 415 | 66 | 121 |
| Binary | 11001101 | 10110011 | 11101000 | 1100 | 10111 | 0 | 1001 | 100001101 | 110110 | 1010001 |
Color Harmonies of #CDB3E8
Complementary color
Monochromatic Colors of #CDB3E8
Black with #CDB3E8
Text Example
Text Example
White with #CDB3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3E8; }
p { color: rgb(205,179,232); }
H1.HeaderClassName
{
color: #CDB3E8;
}
.AnyTagClassName
{
color: #CDB3E8;
}
</style>
background-color css
<style>
a { background-color: #CDB3E8; }
a { background-color: rgb(205,179,232); }
div.DivClassName
{
background-color: #CDB3E8;
}
.BgClassName
{
background-color: #CDB3E8;
}
</style>
border-color css
<style>
span { border-color: #CDB3E8; }
span { border-color: rgb(205,179,232); }
td.TdClassName
{
border-color: #CDB3E8;
}
.TagClassName
{
border-color: #CDB3E8;
}
</style>