Shades of Perfume #CDB0E8
Tints of Perfume #CDB0E8
RGB
CMYK
RGB Variations
Color information
#CDB0E8 (or 0xCDB0E8) is known color: Perfume. HEX triplet: CD, B0 and E8. RGB value is (205,176,232). Sum of RGB (Red+Green+Blue) = 205+176+232=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0E8 is #324F17. Grayscale: #BEBEBE. Windows color (decimal): -3297048 or 15249613. OLE color: 15249613.
HSL color Cylindrical-coordinate representation of color #CDB0E8: hue angle of 271.07º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB0E8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 176 | 232 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.09 |
| HSL | 271.07º | 0.55% | 0.8% | - |
| HSV(B) | 271.07º | 0.24% | 0.91% | - |
| XYZ | 55.27 | 49.86 | 83.05 | - |
| YUV | 191.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 232 | 0.12 | 0.24 | 0 | 0.09 | 271.07 | 0.55 | 0.8 |
| Hex | CD | B0 | E8 | C | 18 | 0 | 9 | 10F | 37 | 50 |
| Octal | 315 | 260 | 350 | 14 | 30 | 0 | 11 | 417 | 67 | 120 |
| Binary | 11001101 | 10110000 | 11101000 | 1100 | 11000 | 0 | 1001 | 100001111 | 110111 | 1010000 |
Color Harmonies of #CDB0E8
Complementary color
Monochromatic Colors of #CDB0E8
Black with #CDB0E8
Text Example
Text Example
White with #CDB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0E8; }
p { color: rgb(205,176,232); }
H1.HeaderClassName
{
color: #CDB0E8;
}
.AnyTagClassName
{
color: #CDB0E8;
}
</style>
background-color css
<style>
a { background-color: #CDB0E8; }
a { background-color: rgb(205,176,232); }
div.DivClassName
{
background-color: #CDB0E8;
}
.BgClassName
{
background-color: #CDB0E8;
}
</style>
border-color css
<style>
span { border-color: #CDB0E8; }
span { border-color: rgb(205,176,232); }
td.TdClassName
{
border-color: #CDB0E8;
}
.TagClassName
{
border-color: #CDB0E8;
}
</style>