Shades of Perfume #CBAFEC
Tints of Perfume #CBAFEC
RGB
CMYK
RGB Variations
Color information
#CBAFEC (or 0xCBAFEC) is known color: Perfume. HEX triplet: CB, AF and EC. RGB value is (203,175,236). Sum of RGB (Red+Green+Blue) = 203+175+236=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEC is #345013. Grayscale: #BEBEBE. Windows color (decimal): -3428372 or 15511499. OLE color: 15511499.
HSL color Cylindrical-coordinate representation of color #CBAFEC: hue angle of 267.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAFEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 175 | 236 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.07 |
| HSL | 267.54º | 0.62% | 0.81% | - |
| HSV(B) | 267.54º | 0.26% | 0.93% | - |
| XYZ | 55.1 | 49.41 | 85.99 | - |
| YUV | 190.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 236 | 0.14 | 0.26 | 0 | 0.07 | 267.54 | 0.62 | 0.81 |
| Hex | CB | AF | EC | E | 1A | 0 | 7 | 10C | 3E | 51 |
| Octal | 313 | 257 | 354 | 16 | 32 | 0 | 7 | 414 | 76 | 121 |
| Binary | 11001011 | 10101111 | 11101100 | 1110 | 11010 | 0 | 111 | 100001100 | 111110 | 1010001 |
Color Harmonies of #CBAFEC
Complementary color
Monochromatic Colors of #CBAFEC
Black with #CBAFEC
Text Example
Text Example
White with #CBAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFEC; }
p { color: rgb(203,175,236); }
H1.HeaderClassName
{
color: #CBAFEC;
}
.AnyTagClassName
{
color: #CBAFEC;
}
</style>
background-color css
<style>
a { background-color: #CBAFEC; }
a { background-color: rgb(203,175,236); }
div.DivClassName
{
background-color: #CBAFEC;
}
.BgClassName
{
background-color: #CBAFEC;
}
</style>
border-color css
<style>
span { border-color: #CBAFEC; }
span { border-color: rgb(203,175,236); }
td.TdClassName
{
border-color: #CBAFEC;
}
.TagClassName
{
border-color: #CBAFEC;
}
</style>