Shades of Perfume #CDB1EC
Tints of Perfume #CDB1EC
RGB
CMYK
RGB Variations
Color information
#CDB1EC (or 0xCDB1EC) is known color: Perfume. HEX triplet: CD, B1 and EC. RGB value is (205,177,236). Sum of RGB (Red+Green+Blue) = 205+177+236=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1EC is #324E13. Grayscale: #BFBFBF. Windows color (decimal): -3296788 or 15512013. OLE color: 15512013.
HSL color Cylindrical-coordinate representation of color #CDB1EC: hue angle of 268.47º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDB1EC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 177 | 236 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.07 |
| HSL | 268.47º | 0.61% | 0.81% | - |
| HSV(B) | 268.47º | 0.25% | 0.93% | - |
| XYZ | 56.04 | 50.48 | 86.15 | - |
| YUV | 192.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 236 | 0.13 | 0.25 | 0 | 0.07 | 268.47 | 0.61 | 0.81 |
| Hex | CD | B1 | EC | D | 19 | 0 | 7 | 10C | 3D | 51 |
| Octal | 315 | 261 | 354 | 15 | 31 | 0 | 7 | 414 | 75 | 121 |
| Binary | 11001101 | 10110001 | 11101100 | 1101 | 11001 | 0 | 111 | 100001100 | 111101 | 1010001 |
Color Harmonies of #CDB1EC
Complementary color
Monochromatic Colors of #CDB1EC
Black with #CDB1EC
Text Example
Text Example
White with #CDB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1EC; }
p { color: rgb(205,177,236); }
H1.HeaderClassName
{
color: #CDB1EC;
}
.AnyTagClassName
{
color: #CDB1EC;
}
</style>
background-color css
<style>
a { background-color: #CDB1EC; }
a { background-color: rgb(205,177,236); }
div.DivClassName
{
background-color: #CDB1EC;
}
.BgClassName
{
background-color: #CDB1EC;
}
</style>
border-color css
<style>
span { border-color: #CDB1EC; }
span { border-color: rgb(205,177,236); }
td.TdClassName
{
border-color: #CDB1EC;
}
.TagClassName
{
border-color: #CDB1EC;
}
</style>