Shades of Perfume #CDB1E8
Tints of Perfume #CDB1E8
RGB
CMYK
RGB Variations
Color information
#CDB1E8 (or 0xCDB1E8) is known color: Perfume. HEX triplet: CD, B1 and E8. RGB value is (205,177,232). Sum of RGB (Red+Green+Blue) = 205+177+232=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB1E8 is #324E17. Grayscale: #BFBFBF. Windows color (decimal): -3296792 or 15249869. OLE color: 15249869.
HSL color Cylindrical-coordinate representation of color #CDB1E8: hue angle of 270.55º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDB1E8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 177 | 232 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.09 |
| HSL | 270.55º | 0.54% | 0.8% | - |
| HSV(B) | 270.55º | 0.24% | 0.91% | - |
| XYZ | 55.46 | 50.25 | 83.12 | - |
| YUV | 191.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 232 | 0.12 | 0.24 | 0 | 0.09 | 270.55 | 0.54 | 0.8 |
| Hex | CD | B1 | E8 | C | 18 | 0 | 9 | 10F | 36 | 50 |
| Octal | 315 | 261 | 350 | 14 | 30 | 0 | 11 | 417 | 66 | 120 |
| Binary | 11001101 | 10110001 | 11101000 | 1100 | 11000 | 0 | 1001 | 100001111 | 110110 | 1010000 |
Color Harmonies of #CDB1E8
Complementary color
Monochromatic Colors of #CDB1E8
Black with #CDB1E8
Text Example
Text Example
White with #CDB1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1E8; }
p { color: rgb(205,177,232); }
H1.HeaderClassName
{
color: #CDB1E8;
}
.AnyTagClassName
{
color: #CDB1E8;
}
</style>
background-color css
<style>
a { background-color: #CDB1E8; }
a { background-color: rgb(205,177,232); }
div.DivClassName
{
background-color: #CDB1E8;
}
.BgClassName
{
background-color: #CDB1E8;
}
</style>
border-color css
<style>
span { border-color: #CDB1E8; }
span { border-color: rgb(205,177,232); }
td.TdClassName
{
border-color: #CDB1E8;
}
.TagClassName
{
border-color: #CDB1E8;
}
</style>