Shades of Perfume #CBADE6
Tints of Perfume #CBADE6
RGB
CMYK
RGB Variations
Color information
#CBADE6 (or 0xCBADE6) is known color: Perfume. HEX triplet: CB, AD and E6. RGB value is (203,173,230). Sum of RGB (Red+Green+Blue) = 203+173+230=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBADE6 is #345219. Grayscale: #BCBCBC. Windows color (decimal): -3428890 or 15117771. OLE color: 15117771.
HSL color Cylindrical-coordinate representation of color #CBADE6: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBADE6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 173 | 230 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.10 |
| HSL | 271.58º | 0.53% | 0.79% | - |
| HSV(B) | 271.58º | 0.25% | 0.9% | - |
| XYZ | 53.86 | 48.3 | 81.35 | - |
| YUV | 188.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 230 | 0.12 | 0.25 | 0 | 0.10 | 271.58 | 0.53 | 0.79 |
| Hex | CB | AD | E6 | C | 19 | 0 | A | 110 | 35 | 4F |
| Octal | 313 | 255 | 346 | 14 | 31 | 0 | 12 | 420 | 65 | 117 |
| Binary | 11001011 | 10101101 | 11100110 | 1100 | 11001 | 0 | 1010 | 100010000 | 110101 | 1001111 |
Color Harmonies of #CBADE6
Complementary color
Monochromatic Colors of #CBADE6
Black with #CBADE6
Text Example
Text Example
White with #CBADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADE6; }
p { color: rgb(203,173,230); }
H1.HeaderClassName
{
color: #CBADE6;
}
.AnyTagClassName
{
color: #CBADE6;
}
</style>
background-color css
<style>
a { background-color: #CBADE6; }
a { background-color: rgb(203,173,230); }
div.DivClassName
{
background-color: #CBADE6;
}
.BgClassName
{
background-color: #CBADE6;
}
</style>
border-color css
<style>
span { border-color: #CBADE6; }
span { border-color: rgb(203,173,230); }
td.TdClassName
{
border-color: #CBADE6;
}
.TagClassName
{
border-color: #CBADE6;
}
</style>