Shades of Perfume #CDB0F0
Tints of Perfume #CDB0F0
RGB
CMYK
RGB Variations
Color information
#CDB0F0 (or 0xCDB0F0) is known color: Perfume. HEX triplet: CD, B0 and F0. RGB value is (205,176,240). Sum of RGB (Red+Green+Blue) = 205+176+240=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0F0 is #324F0F. Grayscale: #BFBFBF. Windows color (decimal): -3297040 or 15773901. OLE color: 15773901.
HSL color Cylindrical-coordinate representation of color #CDB0F0: hue angle of 267.19º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDB0F0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 176 | 240 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.06 |
| HSL | 267.19º | 0.68% | 0.82% | - |
| HSV(B) | 267.19º | 0.27% | 0.94% | - |
| XYZ | 56.43 | 50.32 | 89.18 | - |
| YUV | 191.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 240 | 0.15 | 0.27 | 0 | 0.06 | 267.19 | 0.68 | 0.82 |
| Hex | CD | B0 | F0 | F | 1B | 0 | 6 | 10B | 44 | 52 |
| Octal | 315 | 260 | 360 | 17 | 33 | 0 | 6 | 413 | 104 | 122 |
| Binary | 11001101 | 10110000 | 11110000 | 1111 | 11011 | 0 | 110 | 100001011 | 1000100 | 1010010 |
Color Harmonies of #CDB0F0
Complementary color
Monochromatic Colors of #CDB0F0
Black with #CDB0F0
Text Example
Text Example
White with #CDB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB0F0; }
p { color: rgb(205,176,240); }
H1.HeaderClassName
{
color: #CDB0F0;
}
.AnyTagClassName
{
color: #CDB0F0;
}
</style>
background-color css
<style>
a { background-color: #CDB0F0; }
a { background-color: rgb(205,176,240); }
div.DivClassName
{
background-color: #CDB0F0;
}
.BgClassName
{
background-color: #CDB0F0;
}
</style>
border-color css
<style>
span { border-color: #CDB0F0; }
span { border-color: rgb(205,176,240); }
td.TdClassName
{
border-color: #CDB0F0;
}
.TagClassName
{
border-color: #CDB0F0;
}
</style>