Shades of Perfume #CBADEB
Tints of Perfume #CBADEB
RGB
CMYK
RGB Variations
Color information
#CBADEB (or 0xCBADEB) is known color: Perfume. HEX triplet: CB, AD and EB. RGB value is (203,173,235). Sum of RGB (Red+Green+Blue) = 203+173+235=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADEB is #345214. Grayscale: #BCBCBC. Windows color (decimal): -3428885 or 15445451. OLE color: 15445451.
HSL color Cylindrical-coordinate representation of color #CBADEB: hue angle of 269.03º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBADEB is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 173 | 235 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.08 |
| HSL | 269.03º | 0.61% | 0.8% | - |
| HSV(B) | 269.03º | 0.26% | 0.92% | - |
| XYZ | 54.57 | 48.58 | 85.1 | - |
| YUV | 189.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 235 | 0.14 | 0.26 | 0 | 0.08 | 269.03 | 0.61 | 0.8 |
| Hex | CB | AD | EB | E | 1A | 0 | 8 | 10D | 3D | 50 |
| Octal | 313 | 255 | 353 | 16 | 32 | 0 | 10 | 415 | 75 | 120 |
| Binary | 11001011 | 10101101 | 11101011 | 1110 | 11010 | 0 | 1000 | 100001101 | 111101 | 1010000 |
Color Harmonies of #CBADEB
Complementary color
Monochromatic Colors of #CBADEB
Black with #CBADEB
Text Example
Text Example
White with #CBADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADEB; }
p { color: rgb(203,173,235); }
H1.HeaderClassName
{
color: #CBADEB;
}
.AnyTagClassName
{
color: #CBADEB;
}
</style>
background-color css
<style>
a { background-color: #CBADEB; }
a { background-color: rgb(203,173,235); }
div.DivClassName
{
background-color: #CBADEB;
}
.BgClassName
{
background-color: #CBADEB;
}
</style>
border-color css
<style>
span { border-color: #CBADEB; }
span { border-color: rgb(203,173,235); }
td.TdClassName
{
border-color: #CBADEB;
}
.TagClassName
{
border-color: #CBADEB;
}
</style>