Shades of Perfume #CBADE0
Tints of Perfume #CBADE0
RGB
CMYK
RGB Variations
Color information
#CBADE0 (or 0xCBADE0) is known color: Perfume. HEX triplet: CB, AD and E0. RGB value is (203,173,224). Sum of RGB (Red+Green+Blue) = 203+173+224=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADE0 is #34521F. Grayscale: #BBBBBB. Windows color (decimal): -3428896 or 14724555. OLE color: 14724555.
HSL color Cylindrical-coordinate representation of color #CBADE0: hue angle of 275.29º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBADE0 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 173 | 224 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.12 |
| HSL | 275.29º | 0.45% | 0.78% | - |
| HSV(B) | 275.29º | 0.23% | 0.88% | - |
| XYZ | 53.03 | 47.97 | 76.98 | - |
| YUV | 187.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 224 | 0.09 | 0.23 | 0 | 0.12 | 275.29 | 0.45 | 0.78 |
| Hex | CB | AD | E0 | 9 | 17 | 0 | C | 113 | 2D | 4E |
| Octal | 313 | 255 | 340 | 11 | 27 | 0 | 14 | 423 | 55 | 116 |
| Binary | 11001011 | 10101101 | 11100000 | 1001 | 10111 | 0 | 1100 | 100010011 | 101101 | 1001110 |
Color Harmonies of #CBADE0
Complementary color
Monochromatic Colors of #CBADE0
Black with #CBADE0
Text Example
Text Example
White with #CBADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADE0; }
p { color: rgb(203,173,224); }
H1.HeaderClassName
{
color: #CBADE0;
}
.AnyTagClassName
{
color: #CBADE0;
}
</style>
background-color css
<style>
a { background-color: #CBADE0; }
a { background-color: rgb(203,173,224); }
div.DivClassName
{
background-color: #CBADE0;
}
.BgClassName
{
background-color: #CBADE0;
}
</style>
border-color css
<style>
span { border-color: #CBADE0; }
span { border-color: rgb(203,173,224); }
td.TdClassName
{
border-color: #CBADE0;
}
.TagClassName
{
border-color: #CBADE0;
}
</style>