Shades of Perfume #CDB4E5
Tints of Perfume #CDB4E5
RGB
CMYK
RGB Variations
Color information
#CDB4E5 (or 0xCDB4E5) is known color: Perfume. HEX triplet: CD, B4 and E5. RGB value is (205,180,229). Sum of RGB (Red+Green+Blue) = 205+180+229=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 180 (70.70% from 255 or 29.32% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDB4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4E5 is #324B1A. Grayscale: #C0C0C0. Windows color (decimal): -3296027 or 15054029. OLE color: 15054029.
HSL color Cylindrical-coordinate representation of color #CDB4E5: hue angle of 270.61º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDB4E5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 180 | 229 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.10 |
| HSL | 270.61º | 0.49% | 0.8% | - |
| HSV(B) | 270.61º | 0.21% | 0.9% | - |
| XYZ | 55.64 | 51.28 | 81.09 | - |
| YUV | 193.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 229 | 0.10 | 0.21 | 0 | 0.10 | 270.61 | 0.49 | 0.8 |
| Hex | CD | B4 | E5 | A | 15 | 0 | A | 10F | 31 | 50 |
| Octal | 315 | 264 | 345 | 12 | 25 | 0 | 12 | 417 | 61 | 120 |
| Binary | 11001101 | 10110100 | 11100101 | 1010 | 10101 | 0 | 1010 | 100001111 | 110001 | 1010000 |
Color Harmonies of #CDB4E5
Complementary color
Monochromatic Colors of #CDB4E5
Black with #CDB4E5
Text Example
Text Example
White with #CDB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB4E5; }
p { color: rgb(205,180,229); }
H1.HeaderClassName
{
color: #CDB4E5;
}
.AnyTagClassName
{
color: #CDB4E5;
}
</style>
background-color css
<style>
a { background-color: #CDB4E5; }
a { background-color: rgb(205,180,229); }
div.DivClassName
{
background-color: #CDB4E5;
}
.BgClassName
{
background-color: #CDB4E5;
}
</style>
border-color css
<style>
span { border-color: #CDB4E5; }
span { border-color: rgb(205,180,229); }
td.TdClassName
{
border-color: #CDB4E5;
}
.TagClassName
{
border-color: #CDB4E5;
}
</style>