Shades of Perfume #CBADF0
Tints of Perfume #CBADF0
RGB
CMYK
RGB Variations
Color information
#CBADF0 (or 0xCBADF0) is known color: Perfume. HEX triplet: CB, AD and F0. RGB value is (203,173,240). Sum of RGB (Red+Green+Blue) = 203+173+240=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF0 is #34520F. Grayscale: #BDBDBD. Windows color (decimal): -3428880 or 15773131. OLE color: 15773131.
HSL color Cylindrical-coordinate representation of color #CBADF0: hue angle of 266.87º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBADF0 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 173 | 240 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 266.87º | 0.69% | 0.81% | - |
| HSV(B) | 266.87º | 0.28% | 0.94% | - |
| XYZ | 55.3 | 48.87 | 88.96 | - |
| YUV | 189.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 240 | 0.15 | 0.28 | 0 | 0.06 | 266.87 | 0.69 | 0.81 |
| Hex | CB | AD | F0 | F | 1C | 0 | 6 | 10B | 45 | 51 |
| Octal | 313 | 255 | 360 | 17 | 34 | 0 | 6 | 413 | 105 | 121 |
| Binary | 11001011 | 10101101 | 11110000 | 1111 | 11100 | 0 | 110 | 100001011 | 1000101 | 1010001 |
Color Harmonies of #CBADF0
Complementary color
Monochromatic Colors of #CBADF0
Black with #CBADF0
Text Example
Text Example
White with #CBADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADF0; }
p { color: rgb(203,173,240); }
H1.HeaderClassName
{
color: #CBADF0;
}
.AnyTagClassName
{
color: #CBADF0;
}
</style>
background-color css
<style>
a { background-color: #CBADF0; }
a { background-color: rgb(203,173,240); }
div.DivClassName
{
background-color: #CBADF0;
}
.BgClassName
{
background-color: #CBADF0;
}
</style>
border-color css
<style>
span { border-color: #CBADF0; }
span { border-color: rgb(203,173,240); }
td.TdClassName
{
border-color: #CBADF0;
}
.TagClassName
{
border-color: #CBADF0;
}
</style>