Shades of Perfume #CDB0ED
Tints of Perfume #CDB0ED
RGB
CMYK
RGB Variations
Color information
#CDB0ED (or 0xCDB0ED) is known color: Perfume. HEX triplet: CD, B0 and ED. RGB value is (205,176,237). Sum of RGB (Red+Green+Blue) = 205+176+237=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDB0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0ED is #324F12. Grayscale: #BFBFBF. Windows color (decimal): -3297043 or 15577293. OLE color: 15577293.
HSL color Cylindrical-coordinate representation of color #CDB0ED: hue angle of 268.52º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDB0ED is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 176 | 237 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.07 |
| HSL | 268.52º | 0.63% | 0.81% | - |
| HSV(B) | 268.52º | 0.26% | 0.93% | - |
| XYZ | 55.99 | 50.14 | 86.85 | - |
| YUV | 191.63 | 153.61 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 237 | 0.14 | 0.26 | 0 | 0.07 | 268.52 | 0.63 | 0.81 |
| Hex | CD | B0 | ED | E | 1A | 0 | 7 | 10D | 3F | 51 |
| Octal | 315 | 260 | 355 | 16 | 32 | 0 | 7 | 415 | 77 | 121 |
| Binary | 11001101 | 10110000 | 11101101 | 1110 | 11010 | 0 | 111 | 100001101 | 111111 | 1010001 |
Color Harmonies of #CDB0ED
Complementary color
Monochromatic Colors of #CDB0ED
Black with #CDB0ED
Text Example
Text Example
White with #CDB0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0ED; }
p { color: rgb(205,176,237); }
H1.HeaderClassName
{
color: #CDB0ED;
}
.AnyTagClassName
{
color: #CDB0ED;
}
</style>
background-color css
<style>
a { background-color: #CDB0ED; }
a { background-color: rgb(205,176,237); }
div.DivClassName
{
background-color: #CDB0ED;
}
.BgClassName
{
background-color: #CDB0ED;
}
</style>
border-color css
<style>
span { border-color: #CDB0ED; }
span { border-color: rgb(205,176,237); }
td.TdClassName
{
border-color: #CDB0ED;
}
.TagClassName
{
border-color: #CDB0ED;
}
</style>