Shades of Perfume #CDB3E6
Tints of Perfume #CDB3E6
RGB
CMYK
RGB Variations
Color information
#CDB3E6 (or 0xCDB3E6) is known color: Perfume. HEX triplet: CD, B3 and E6. RGB value is (205,179,230). Sum of RGB (Red+Green+Blue) = 205+179+230=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDB3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB3E6 is #324C19. Grayscale: #C0C0C0. Windows color (decimal): -3296282 or 15119309. OLE color: 15119309.
HSL color Cylindrical-coordinate representation of color #CDB3E6: hue angle of 270.59º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB3E6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 179 | 230 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.10 |
| HSL | 270.59º | 0.5% | 0.8% | - |
| HSV(B) | 270.59º | 0.22% | 0.9% | - |
| XYZ | 55.58 | 50.93 | 81.76 | - |
| YUV | 192.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 230 | 0.11 | 0.22 | 0 | 0.10 | 270.59 | 0.5 | 0.8 |
| Hex | CD | B3 | E6 | B | 16 | 0 | A | 10F | 32 | 50 |
| Octal | 315 | 263 | 346 | 13 | 26 | 0 | 12 | 417 | 62 | 120 |
| Binary | 11001101 | 10110011 | 11100110 | 1011 | 10110 | 0 | 1010 | 100001111 | 110010 | 1010000 |
Color Harmonies of #CDB3E6
Complementary color
Monochromatic Colors of #CDB3E6
Black with #CDB3E6
Text Example
Text Example
White with #CDB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB3E6; }
p { color: rgb(205,179,230); }
H1.HeaderClassName
{
color: #CDB3E6;
}
.AnyTagClassName
{
color: #CDB3E6;
}
</style>
background-color css
<style>
a { background-color: #CDB3E6; }
a { background-color: rgb(205,179,230); }
div.DivClassName
{
background-color: #CDB3E6;
}
.BgClassName
{
background-color: #CDB3E6;
}
</style>
border-color css
<style>
span { border-color: #CDB3E6; }
span { border-color: rgb(205,179,230); }
td.TdClassName
{
border-color: #CDB3E6;
}
.TagClassName
{
border-color: #CDB3E6;
}
</style>