Shades of Perfume #CBA4ED
Tints of Perfume #CBA4ED
RGB
CMYK
RGB Variations
Color information
#CBA4ED (or 0xCBA4ED) is known color: Perfume. HEX triplet: CB, A4 and ED. RGB value is (203,164,237). Sum of RGB (Red+Green+Blue) = 203+164+237=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4ED is #345B12. Grayscale: #B7B7B7. Windows color (decimal): -3431187 or 15574219. OLE color: 15574219.
HSL color Cylindrical-coordinate representation of color #CBA4ED: hue angle of 272.05º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA4ED is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 164 | 237 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.07 |
| HSL | 272.05º | 0.67% | 0.79% | - |
| HSV(B) | 272.05º | 0.31% | 0.93% | - |
| XYZ | 53.19 | 45.36 | 86.07 | - |
| YUV | 183.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 237 | 0.14 | 0.31 | 0 | 0.07 | 272.05 | 0.67 | 0.79 |
| Hex | CB | A4 | ED | E | 1F | 0 | 7 | 110 | 43 | 4F |
| Octal | 313 | 244 | 355 | 16 | 37 | 0 | 7 | 420 | 103 | 117 |
| Binary | 11001011 | 10100100 | 11101101 | 1110 | 11111 | 0 | 111 | 100010000 | 1000011 | 1001111 |
Color Harmonies of #CBA4ED
Complementary color
Monochromatic Colors of #CBA4ED
Black with #CBA4ED
Text Example
Text Example
White with #CBA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4ED; }
p { color: rgb(203,164,237); }
H1.HeaderClassName
{
color: #CBA4ED;
}
.AnyTagClassName
{
color: #CBA4ED;
}
</style>
background-color css
<style>
a { background-color: #CBA4ED; }
a { background-color: rgb(203,164,237); }
div.DivClassName
{
background-color: #CBA4ED;
}
.BgClassName
{
background-color: #CBA4ED;
}
</style>
border-color css
<style>
span { border-color: #CBA4ED; }
span { border-color: rgb(203,164,237); }
td.TdClassName
{
border-color: #CBA4ED;
}
.TagClassName
{
border-color: #CBA4ED;
}
</style>