Shades of Perfume #CBAFF0
Tints of Perfume #CBAFF0
RGB
CMYK
RGB Variations
Color information
#CBAFF0 (or 0xCBAFF0) is known color: Perfume. HEX triplet: CB, AF and F0. RGB value is (203,175,240). Sum of RGB (Red+Green+Blue) = 203+175+240=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF0 is #34500F. Grayscale: #BEBEBE. Windows color (decimal): -3428368 or 15773643. OLE color: 15773643.
HSL color Cylindrical-coordinate representation of color #CBAFF0: hue angle of 265.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAFF0 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 175 | 240 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.06 |
| HSL | 265.85º | 0.68% | 0.81% | - |
| HSV(B) | 265.85º | 0.27% | 0.94% | - |
| XYZ | 55.69 | 49.65 | 89.09 | - |
| YUV | 190.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 240 | 0.15 | 0.27 | 0 | 0.06 | 265.85 | 0.68 | 0.81 |
| Hex | CB | AF | F0 | F | 1B | 0 | 6 | 10A | 44 | 51 |
| Octal | 313 | 257 | 360 | 17 | 33 | 0 | 6 | 412 | 104 | 121 |
| Binary | 11001011 | 10101111 | 11110000 | 1111 | 11011 | 0 | 110 | 100001010 | 1000100 | 1010001 |
Color Harmonies of #CBAFF0
Complementary color
Monochromatic Colors of #CBAFF0
Black with #CBAFF0
Text Example
Text Example
White with #CBAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFF0; }
p { color: rgb(203,175,240); }
H1.HeaderClassName
{
color: #CBAFF0;
}
.AnyTagClassName
{
color: #CBAFF0;
}
</style>
background-color css
<style>
a { background-color: #CBAFF0; }
a { background-color: rgb(203,175,240); }
div.DivClassName
{
background-color: #CBAFF0;
}
.BgClassName
{
background-color: #CBAFF0;
}
</style>
border-color css
<style>
span { border-color: #CBAFF0; }
span { border-color: rgb(203,175,240); }
td.TdClassName
{
border-color: #CBAFF0;
}
.TagClassName
{
border-color: #CBAFF0;
}
</style>