Shades of Perfume #CBAFF1
Tints of Perfume #CBAFF1
RGB
CMYK
RGB Variations
Color information
#CBAFF1 (or 0xCBAFF1) is known color: Perfume. HEX triplet: CB, AF and F1. RGB value is (203,175,241). Sum of RGB (Red+Green+Blue) = 203+175+241=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF1 is #34500E. Grayscale: #BEBEBE. Windows color (decimal): -3428367 or 15839179. OLE color: 15839179.
HSL color Cylindrical-coordinate representation of color #CBAFF1: hue angle of 265.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAFF1 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 175 | 241 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.05 |
| HSL | 265.45º | 0.7% | 0.82% | - |
| HSV(B) | 265.45º | 0.27% | 0.95% | - |
| XYZ | 55.84 | 49.71 | 89.87 | - |
| YUV | 190.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 241 | 0.16 | 0.27 | 0 | 0.05 | 265.45 | 0.7 | 0.82 |
| Hex | CB | AF | F1 | 10 | 1B | 0 | 5 | 109 | 46 | 52 |
| Octal | 313 | 257 | 361 | 20 | 33 | 0 | 5 | 411 | 106 | 122 |
| Binary | 11001011 | 10101111 | 11110001 | 10000 | 11011 | 0 | 101 | 100001001 | 1000110 | 1010010 |
Color Harmonies of #CBAFF1
Complementary color
Monochromatic Colors of #CBAFF1
Black with #CBAFF1
Text Example
Text Example
White with #CBAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFF1; }
p { color: rgb(203,175,241); }
H1.HeaderClassName
{
color: #CBAFF1;
}
.AnyTagClassName
{
color: #CBAFF1;
}
</style>
background-color css
<style>
a { background-color: #CBAFF1; }
a { background-color: rgb(203,175,241); }
div.DivClassName
{
background-color: #CBAFF1;
}
.BgClassName
{
background-color: #CBAFF1;
}
</style>
border-color css
<style>
span { border-color: #CBAFF1; }
span { border-color: rgb(203,175,241); }
td.TdClassName
{
border-color: #CBAFF1;
}
.TagClassName
{
border-color: #CBAFF1;
}
</style>