Shades of Perfume #CBAAF2
Tints of Perfume #CBAAF2
RGB
CMYK
RGB Variations
Color information
#CBAAF2 (or 0xCBAAF2) is known color: Perfume. HEX triplet: CB, AA and F2. RGB value is (203,170,242). Sum of RGB (Red+Green+Blue) = 203+170+242=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF2 is #34550D. Grayscale: #BBBBBB. Windows color (decimal): -3429646 or 15903435. OLE color: 15903435.
HSL color Cylindrical-coordinate representation of color #CBAAF2: hue angle of 267.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAAF2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 170 | 242 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.05 |
| HSL | 267.5º | 0.73% | 0.81% | - |
| HSV(B) | 267.5º | 0.3% | 0.95% | - |
| XYZ | 55.03 | 47.86 | 90.34 | - |
| YUV | 188.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 242 | 0.16 | 0.30 | 0 | 0.05 | 267.5 | 0.73 | 0.81 |
| Hex | CB | AA | F2 | 10 | 1E | 0 | 5 | 10C | 49 | 51 |
| Octal | 313 | 252 | 362 | 20 | 36 | 0 | 5 | 414 | 111 | 121 |
| Binary | 11001011 | 10101010 | 11110010 | 10000 | 11110 | 0 | 101 | 100001100 | 1001001 | 1010001 |
Color Harmonies of #CBAAF2
Complementary color
Monochromatic Colors of #CBAAF2
Black with #CBAAF2
Text Example
Text Example
White with #CBAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAF2; }
p { color: rgb(203,170,242); }
H1.HeaderClassName
{
color: #CBAAF2;
}
.AnyTagClassName
{
color: #CBAAF2;
}
</style>
background-color css
<style>
a { background-color: #CBAAF2; }
a { background-color: rgb(203,170,242); }
div.DivClassName
{
background-color: #CBAAF2;
}
.BgClassName
{
background-color: #CBAAF2;
}
</style>
border-color css
<style>
span { border-color: #CBAAF2; }
span { border-color: rgb(203,170,242); }
td.TdClassName
{
border-color: #CBAAF2;
}
.TagClassName
{
border-color: #CBAAF2;
}
</style>