Shades of Perfume #CBADF1
Tints of Perfume #CBADF1
RGB
CMYK
RGB Variations
Color information
#CBADF1 (or 0xCBADF1) is known color: Perfume. HEX triplet: CB, AD and F1. RGB value is (203,173,241). Sum of RGB (Red+Green+Blue) = 203+173+241=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF1 is #34520E. Grayscale: #BDBDBD. Windows color (decimal): -3428879 or 15838667. OLE color: 15838667.
HSL color Cylindrical-coordinate representation of color #CBADF1: hue angle of 266.47º 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 #CBADF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 173 | 241 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 266.47º | 0.71% | 0.81% | - |
| HSV(B) | 266.47º | 0.28% | 0.95% | - |
| XYZ | 55.45 | 48.93 | 89.74 | - |
| YUV | 189.72 | 156.94 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 241 | 0.16 | 0.28 | 0 | 0.05 | 266.47 | 0.71 | 0.81 |
| Hex | CB | AD | F1 | 10 | 1C | 0 | 5 | 10A | 47 | 51 |
| Octal | 313 | 255 | 361 | 20 | 34 | 0 | 5 | 412 | 107 | 121 |
| Binary | 11001011 | 10101101 | 11110001 | 10000 | 11100 | 0 | 101 | 100001010 | 1000111 | 1010001 |
Color Harmonies of #CBADF1
Complementary color
Monochromatic Colors of #CBADF1
Black with #CBADF1
Text Example
Text Example
White with #CBADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADF1; }
p { color: rgb(203,173,241); }
H1.HeaderClassName
{
color: #CBADF1;
}
.AnyTagClassName
{
color: #CBADF1;
}
</style>
background-color css
<style>
a { background-color: #CBADF1; }
a { background-color: rgb(203,173,241); }
div.DivClassName
{
background-color: #CBADF1;
}
.BgClassName
{
background-color: #CBADF1;
}
</style>
border-color css
<style>
span { border-color: #CBADF1; }
span { border-color: rgb(203,173,241); }
td.TdClassName
{
border-color: #CBADF1;
}
.TagClassName
{
border-color: #CBADF1;
}
</style>