Shades of Perfume #CDB0EB
Tints of Perfume #CDB0EB
RGB
CMYK
RGB Variations
Color information
#CDB0EB (or 0xCDB0EB) is known color: Perfume. HEX triplet: CD, B0 and EB. RGB value is (205,176,235). Sum of RGB (Red+Green+Blue) = 205+176+235=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 176 (69.14% from 255 or 28.57% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDB0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0EB is #324F14. Grayscale: #BFBFBF. Windows color (decimal): -3297045 or 15446221. OLE color: 15446221.
HSL color Cylindrical-coordinate representation of color #CDB0EB: hue angle of 269.49º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB0EB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 176 | 235 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.08 |
| HSL | 269.49º | 0.6% | 0.81% | - |
| HSV(B) | 269.49º | 0.25% | 0.92% | - |
| XYZ | 55.7 | 50.03 | 85.32 | - |
| YUV | 191.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 235 | 0.13 | 0.25 | 0 | 0.08 | 269.49 | 0.6 | 0.81 |
| Hex | CD | B0 | EB | D | 19 | 0 | 8 | 10D | 3C | 51 |
| Octal | 315 | 260 | 353 | 15 | 31 | 0 | 10 | 415 | 74 | 121 |
| Binary | 11001101 | 10110000 | 11101011 | 1101 | 11001 | 0 | 1000 | 100001101 | 111100 | 1010001 |
Color Harmonies of #CDB0EB
Complementary color
Monochromatic Colors of #CDB0EB
Black with #CDB0EB
Text Example
Text Example
White with #CDB0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0EB; }
p { color: rgb(205,176,235); }
H1.HeaderClassName
{
color: #CDB0EB;
}
.AnyTagClassName
{
color: #CDB0EB;
}
</style>
background-color css
<style>
a { background-color: #CDB0EB; }
a { background-color: rgb(205,176,235); }
div.DivClassName
{
background-color: #CDB0EB;
}
.BgClassName
{
background-color: #CDB0EB;
}
</style>
border-color css
<style>
span { border-color: #CDB0EB; }
span { border-color: rgb(205,176,235); }
td.TdClassName
{
border-color: #CDB0EB;
}
.TagClassName
{
border-color: #CDB0EB;
}
</style>