Shades of Perfume #CBADE9
Tints of Perfume #CBADE9
RGB
CMYK
RGB Variations
Color information
#CBADE9 (or 0xCBADE9) is known color: Perfume. HEX triplet: CB, AD and E9. RGB value is (203,173,233). Sum of RGB (Red+Green+Blue) = 203+173+233=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE9 is #345216. Grayscale: #BCBCBC. Windows color (decimal): -3428887 or 15314379. OLE color: 15314379.
HSL color Cylindrical-coordinate representation of color #CBADE9: hue angle of 270º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBADE9 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 173 | 233 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.09 |
| HSL | 270º | 0.58% | 0.8% | - |
| HSV(B) | 270º | 0.26% | 0.91% | - |
| XYZ | 54.28 | 48.47 | 83.58 | - |
| YUV | 188.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 233 | 0.13 | 0.26 | 0 | 0.09 | 270 | 0.58 | 0.8 |
| Hex | CB | AD | E9 | D | 1A | 0 | 9 | 10E | 3A | 50 |
| Octal | 313 | 255 | 351 | 15 | 32 | 0 | 11 | 416 | 72 | 120 |
| Binary | 11001011 | 10101101 | 11101001 | 1101 | 11010 | 0 | 1001 | 100001110 | 111010 | 1010000 |
Color Harmonies of #CBADE9
Complementary color
Monochromatic Colors of #CBADE9
Black with #CBADE9
Text Example
Text Example
White with #CBADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADE9; }
p { color: rgb(203,173,233); }
H1.HeaderClassName
{
color: #CBADE9;
}
.AnyTagClassName
{
color: #CBADE9;
}
</style>
background-color css
<style>
a { background-color: #CBADE9; }
a { background-color: rgb(203,173,233); }
div.DivClassName
{
background-color: #CBADE9;
}
.BgClassName
{
background-color: #CBADE9;
}
</style>
border-color css
<style>
span { border-color: #CBADE9; }
span { border-color: rgb(203,173,233); }
td.TdClassName
{
border-color: #CBADE9;
}
.TagClassName
{
border-color: #CBADE9;
}
</style>