Shades of Perfume #CBAFEB
Tints of Perfume #CBAFEB
RGB
CMYK
RGB Variations
Color information
#CBAFEB (or 0xCBAFEB) is known color: Perfume. HEX triplet: CB, AF and EB. RGB value is (203,175,235). Sum of RGB (Red+Green+Blue) = 203+175+235=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEB is #345014. Grayscale: #BEBEBE. Windows color (decimal): -3428373 or 15445963. OLE color: 15445963.
HSL color Cylindrical-coordinate representation of color #CBAFEB: hue angle of 268º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAFEB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 175 | 235 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.08 |
| HSL | 268º | 0.6% | 0.8% | - |
| HSV(B) | 268º | 0.26% | 0.92% | - |
| XYZ | 54.95 | 49.35 | 85.23 | - |
| YUV | 190.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 235 | 0.14 | 0.26 | 0 | 0.08 | 268 | 0.6 | 0.8 |
| Hex | CB | AF | EB | E | 1A | 0 | 8 | 10C | 3C | 50 |
| Octal | 313 | 257 | 353 | 16 | 32 | 0 | 10 | 414 | 74 | 120 |
| Binary | 11001011 | 10101111 | 11101011 | 1110 | 11010 | 0 | 1000 | 100001100 | 111100 | 1010000 |
Color Harmonies of #CBAFEB
Complementary color
Monochromatic Colors of #CBAFEB
Black with #CBAFEB
Text Example
Text Example
White with #CBAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFEB; }
p { color: rgb(203,175,235); }
H1.HeaderClassName
{
color: #CBAFEB;
}
.AnyTagClassName
{
color: #CBAFEB;
}
</style>
background-color css
<style>
a { background-color: #CBAFEB; }
a { background-color: rgb(203,175,235); }
div.DivClassName
{
background-color: #CBAFEB;
}
.BgClassName
{
background-color: #CBAFEB;
}
</style>
border-color css
<style>
span { border-color: #CBAFEB; }
span { border-color: rgb(203,175,235); }
td.TdClassName
{
border-color: #CBAFEB;
}
.TagClassName
{
border-color: #CBAFEB;
}
</style>