Shades of Perfume #CBAEF1
Tints of Perfume #CBAEF1
RGB
CMYK
RGB Variations
Color information
#CBAEF1 (or 0xCBAEF1) is known color: Perfume. HEX triplet: CB, AE and F1. RGB value is (203,174,241). Sum of RGB (Red+Green+Blue) = 203+174+241=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF1 is #34510E. Grayscale: #BEBEBE. Windows color (decimal): -3428623 or 15838923. OLE color: 15838923.
HSL color Cylindrical-coordinate representation of color #CBAEF1: hue angle of 265.97º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAEF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 174 | 241 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 265.97º | 0.71% | 0.81% | - |
| HSV(B) | 265.97º | 0.28% | 0.95% | - |
| XYZ | 55.64 | 49.32 | 89.81 | - |
| YUV | 190.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 241 | 0.16 | 0.28 | 0 | 0.05 | 265.97 | 0.71 | 0.81 |
| Hex | CB | AE | F1 | 10 | 1C | 0 | 5 | 10A | 47 | 51 |
| Octal | 313 | 256 | 361 | 20 | 34 | 0 | 5 | 412 | 107 | 121 |
| Binary | 11001011 | 10101110 | 11110001 | 10000 | 11100 | 0 | 101 | 100001010 | 1000111 | 1010001 |
Color Harmonies of #CBAEF1
Complementary color
Monochromatic Colors of #CBAEF1
Black with #CBAEF1
Text Example
Text Example
White with #CBAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEF1; }
p { color: rgb(203,174,241); }
H1.HeaderClassName
{
color: #CBAEF1;
}
.AnyTagClassName
{
color: #CBAEF1;
}
</style>
background-color css
<style>
a { background-color: #CBAEF1; }
a { background-color: rgb(203,174,241); }
div.DivClassName
{
background-color: #CBAEF1;
}
.BgClassName
{
background-color: #CBAEF1;
}
</style>
border-color css
<style>
span { border-color: #CBAEF1; }
span { border-color: rgb(203,174,241); }
td.TdClassName
{
border-color: #CBAEF1;
}
.TagClassName
{
border-color: #CBAEF1;
}
</style>