Shades of Perfume #CBA8ED
Tints of Perfume #CBA8ED
RGB
CMYK
RGB Variations
Color information
#CBA8ED (or 0xCBA8ED) is known color: Perfume. HEX triplet: CB, A8 and ED. RGB value is (203,168,237). Sum of RGB (Red+Green+Blue) = 203+168+237=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8ED is #345712. Grayscale: #BABABA. Windows color (decimal): -3430163 or 15575243. OLE color: 15575243.
HSL color Cylindrical-coordinate representation of color #CBA8ED: hue angle of 270.43º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA8ED is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 168 | 237 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.07 |
| HSL | 270.43º | 0.66% | 0.79% | - |
| HSV(B) | 270.43º | 0.29% | 0.93% | - |
| XYZ | 53.92 | 46.82 | 86.32 | - |
| YUV | 186.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 237 | 0.14 | 0.29 | 0 | 0.07 | 270.43 | 0.66 | 0.79 |
| Hex | CB | A8 | ED | E | 1D | 0 | 7 | 10E | 42 | 4F |
| Octal | 313 | 250 | 355 | 16 | 35 | 0 | 7 | 416 | 102 | 117 |
| Binary | 11001011 | 10101000 | 11101101 | 1110 | 11101 | 0 | 111 | 100001110 | 1000010 | 1001111 |
Color Harmonies of #CBA8ED
Complementary color
Monochromatic Colors of #CBA8ED
Black with #CBA8ED
Text Example
Text Example
White with #CBA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8ED; }
p { color: rgb(203,168,237); }
H1.HeaderClassName
{
color: #CBA8ED;
}
.AnyTagClassName
{
color: #CBA8ED;
}
</style>
background-color css
<style>
a { background-color: #CBA8ED; }
a { background-color: rgb(203,168,237); }
div.DivClassName
{
background-color: #CBA8ED;
}
.BgClassName
{
background-color: #CBA8ED;
}
</style>
border-color css
<style>
span { border-color: #CBA8ED; }
span { border-color: rgb(203,168,237); }
td.TdClassName
{
border-color: #CBA8ED;
}
.TagClassName
{
border-color: #CBA8ED;
}
</style>