Shades of Perfume #CBA4F3
Tints of Perfume #CBA4F3
RGB
CMYK
RGB Variations
Color information
#CBA4F3 (or 0xCBA4F3) is known color: Perfume. HEX triplet: CB, A4 and F3. RGB value is (203,164,243). Sum of RGB (Red+Green+Blue) = 203+164+243=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4F3 is #345B0C. Grayscale: #B8B8B8. Windows color (decimal): -3431181 or 15967435. OLE color: 15967435.
HSL color Cylindrical-coordinate representation of color #CBA4F3: hue angle of 269.62º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA4F3 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 164 | 243 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.05 |
| HSL | 269.62º | 0.77% | 0.8% | - |
| HSV(B) | 269.62º | 0.33% | 0.95% | - |
| XYZ | 54.08 | 45.72 | 90.77 | - |
| YUV | 184.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 243 | 0.16 | 0.33 | 0 | 0.05 | 269.62 | 0.77 | 0.8 |
| Hex | CB | A4 | F3 | 10 | 21 | 0 | 5 | 10E | 4D | 50 |
| Octal | 313 | 244 | 363 | 20 | 41 | 0 | 5 | 416 | 115 | 120 |
| Binary | 11001011 | 10100100 | 11110011 | 10000 | 100001 | 0 | 101 | 100001110 | 1001101 | 1010000 |
Color Harmonies of #CBA4F3
Complementary color
Monochromatic Colors of #CBA4F3
Black with #CBA4F3
Text Example
Text Example
White with #CBA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA4F3; }
p { color: rgb(203,164,243); }
H1.HeaderClassName
{
color: #CBA4F3;
}
.AnyTagClassName
{
color: #CBA4F3;
}
</style>
background-color css
<style>
a { background-color: #CBA4F3; }
a { background-color: rgb(203,164,243); }
div.DivClassName
{
background-color: #CBA4F3;
}
.BgClassName
{
background-color: #CBA4F3;
}
</style>
border-color css
<style>
span { border-color: #CBA4F3; }
span { border-color: rgb(203,164,243); }
td.TdClassName
{
border-color: #CBA4F3;
}
.TagClassName
{
border-color: #CBA4F3;
}
</style>