Shades of Perfume #CBAAF4
Tints of Perfume #CBAAF4
RGB
CMYK
RGB Variations
Color information
#CBAAF4 (or 0xCBAAF4) is known color: Perfume. HEX triplet: CB, AA and F4. RGB value is (203,170,244). Sum of RGB (Red+Green+Blue) = 203+170+244=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF4 is #34550B. Grayscale: #BCBCBC. Windows color (decimal): -3429644 or 16034507. OLE color: 16034507.
HSL color Cylindrical-coordinate representation of color #CBAAF4: hue angle of 266.76º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAAF4 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 170 | 244 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.04 |
| HSL | 266.76º | 0.77% | 0.81% | - |
| HSV(B) | 266.76º | 0.3% | 0.96% | - |
| XYZ | 55.33 | 47.98 | 91.93 | - |
| YUV | 188.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 244 | 0.17 | 0.30 | 0 | 0.04 | 266.76 | 0.77 | 0.81 |
| Hex | CB | AA | F4 | 11 | 1E | 0 | 4 | 10B | 4D | 51 |
| Octal | 313 | 252 | 364 | 21 | 36 | 0 | 4 | 413 | 115 | 121 |
| Binary | 11001011 | 10101010 | 11110100 | 10001 | 11110 | 0 | 100 | 100001011 | 1001101 | 1010001 |
Color Harmonies of #CBAAF4
Complementary color
Monochromatic Colors of #CBAAF4
Black with #CBAAF4
Text Example
Text Example
White with #CBAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAF4; }
p { color: rgb(203,170,244); }
H1.HeaderClassName
{
color: #CBAAF4;
}
.AnyTagClassName
{
color: #CBAAF4;
}
</style>
background-color css
<style>
a { background-color: #CBAAF4; }
a { background-color: rgb(203,170,244); }
div.DivClassName
{
background-color: #CBAAF4;
}
.BgClassName
{
background-color: #CBAAF4;
}
</style>
border-color css
<style>
span { border-color: #CBAAF4; }
span { border-color: rgb(203,170,244); }
td.TdClassName
{
border-color: #CBAAF4;
}
.TagClassName
{
border-color: #CBAAF4;
}
</style>