Shades of Perfume #CBADF2
Tints of Perfume #CBADF2
RGB
CMYK
RGB Variations
Color information
#CBADF2 (or 0xCBADF2) is known color: Perfume. HEX triplet: CB, AD and F2. RGB value is (203,173,242). Sum of RGB (Red+Green+Blue) = 203+173+242=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADF2 is #34520D. Grayscale: #BDBDBD. Windows color (decimal): -3428878 or 15904203. OLE color: 15904203.
HSL color Cylindrical-coordinate representation of color #CBADF2: hue angle of 266.09º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBADF2 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 173 | 242 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.05 |
| HSL | 266.09º | 0.73% | 0.81% | - |
| HSV(B) | 266.09º | 0.29% | 0.95% | - |
| XYZ | 55.6 | 48.99 | 90.53 | - |
| YUV | 189.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 242 | 0.16 | 0.29 | 0 | 0.05 | 266.09 | 0.73 | 0.81 |
| Hex | CB | AD | F2 | 10 | 1D | 0 | 5 | 10A | 49 | 51 |
| Octal | 313 | 255 | 362 | 20 | 35 | 0 | 5 | 412 | 111 | 121 |
| Binary | 11001011 | 10101101 | 11110010 | 10000 | 11101 | 0 | 101 | 100001010 | 1001001 | 1010001 |
Color Harmonies of #CBADF2
Complementary color
Monochromatic Colors of #CBADF2
Black with #CBADF2
Text Example
Text Example
White with #CBADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADF2; }
p { color: rgb(203,173,242); }
H1.HeaderClassName
{
color: #CBADF2;
}
.AnyTagClassName
{
color: #CBADF2;
}
</style>
background-color css
<style>
a { background-color: #CBADF2; }
a { background-color: rgb(203,173,242); }
div.DivClassName
{
background-color: #CBADF2;
}
.BgClassName
{
background-color: #CBADF2;
}
</style>
border-color css
<style>
span { border-color: #CBADF2; }
span { border-color: rgb(203,173,242); }
td.TdClassName
{
border-color: #CBADF2;
}
.TagClassName
{
border-color: #CBADF2;
}
</style>