Shades of Perfume #CDB3EA
Tints of Perfume #CDB3EA
RGB
CMYK
RGB Variations
Color information
#CDB3EA (or 0xCDB3EA) is known color: Perfume. HEX triplet: CD, B3 and EA. RGB value is (205,179,234). Sum of RGB (Red+Green+Blue) = 205+179+234=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3EA is #324C15. Grayscale: #C0C0C0. Windows color (decimal): -3296278 or 15381453. OLE color: 15381453.
HSL color Cylindrical-coordinate representation of color #CDB3EA: hue angle of 268.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB3EA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 179 | 234 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.08 |
| HSL | 268.36º | 0.57% | 0.81% | - |
| HSV(B) | 268.36º | 0.24% | 0.92% | - |
| XYZ | 56.15 | 51.16 | 84.76 | - |
| YUV | 193.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 234 | 0.12 | 0.24 | 0 | 0.08 | 268.36 | 0.57 | 0.81 |
| Hex | CD | B3 | EA | C | 18 | 0 | 8 | 10C | 39 | 51 |
| Octal | 315 | 263 | 352 | 14 | 30 | 0 | 10 | 414 | 71 | 121 |
| Binary | 11001101 | 10110011 | 11101010 | 1100 | 11000 | 0 | 1000 | 100001100 | 111001 | 1010001 |
Color Harmonies of #CDB3EA
Complementary color
Monochromatic Colors of #CDB3EA
Black with #CDB3EA
Text Example
Text Example
White with #CDB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3EA; }
p { color: rgb(205,179,234); }
H1.HeaderClassName
{
color: #CDB3EA;
}
.AnyTagClassName
{
color: #CDB3EA;
}
</style>
background-color css
<style>
a { background-color: #CDB3EA; }
a { background-color: rgb(205,179,234); }
div.DivClassName
{
background-color: #CDB3EA;
}
.BgClassName
{
background-color: #CDB3EA;
}
</style>
border-color css
<style>
span { border-color: #CDB3EA; }
span { border-color: rgb(205,179,234); }
td.TdClassName
{
border-color: #CDB3EA;
}
.TagClassName
{
border-color: #CDB3EA;
}
</style>