Shades of Perfume #CBADE2
Tints of Perfume #CBADE2
RGB
CMYK
RGB Variations
Color information
#CBADE2 (or 0xCBADE2) is known color: Perfume. HEX triplet: CB, AD and E2. RGB value is (203,173,226). Sum of RGB (Red+Green+Blue) = 203+173+226=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADE2 is #34521D. Grayscale: #BBBBBB. Windows color (decimal): -3428894 or 14855627. OLE color: 14855627.
HSL color Cylindrical-coordinate representation of color #CBADE2: hue angle of 273.96º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBADE2 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 173 | 226 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.11 |
| HSL | 273.96º | 0.48% | 0.78% | - |
| HSV(B) | 273.96º | 0.23% | 0.89% | - |
| XYZ | 53.3 | 48.07 | 78.42 | - |
| YUV | 188.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 226 | 0.10 | 0.23 | 0 | 0.11 | 273.96 | 0.48 | 0.78 |
| Hex | CB | AD | E2 | A | 17 | 0 | B | 112 | 30 | 4E |
| Octal | 313 | 255 | 342 | 12 | 27 | 0 | 13 | 422 | 60 | 116 |
| Binary | 11001011 | 10101101 | 11100010 | 1010 | 10111 | 0 | 1011 | 100010010 | 110000 | 1001110 |
Color Harmonies of #CBADE2
Complementary color
Monochromatic Colors of #CBADE2
Black with #CBADE2
Text Example
Text Example
White with #CBADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADE2; }
p { color: rgb(203,173,226); }
H1.HeaderClassName
{
color: #CBADE2;
}
.AnyTagClassName
{
color: #CBADE2;
}
</style>
background-color css
<style>
a { background-color: #CBADE2; }
a { background-color: rgb(203,173,226); }
div.DivClassName
{
background-color: #CBADE2;
}
.BgClassName
{
background-color: #CBADE2;
}
</style>
border-color css
<style>
span { border-color: #CBADE2; }
span { border-color: rgb(203,173,226); }
td.TdClassName
{
border-color: #CBADE2;
}
.TagClassName
{
border-color: #CBADE2;
}
</style>