Shades of Perfume #CBA8EE
Tints of Perfume #CBA8EE
RGB
CMYK
RGB Variations
Color information
#CBA8EE (or 0xCBA8EE) is known color: Perfume. HEX triplet: CB, A8 and EE. RGB value is (203,168,238). Sum of RGB (Red+Green+Blue) = 203+168+238=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8EE is #345711. Grayscale: #BABABA. Windows color (decimal): -3430162 or 15640779. OLE color: 15640779.
HSL color Cylindrical-coordinate representation of color #CBA8EE: hue angle of 270º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA8EE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 168 | 238 | - |
CMYK | 0.15 | 0.29 | 0 | 0.07 |
HSL | 270º | 0.67% | 0.8% | - |
HSV(B) | 270º | 0.29% | 0.93% | - |
XYZ | 54.06 | 46.87 | 87.09 | - |
YUV | 186.45 | 157.1 | 139.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 168 | 238 | 0.15 | 0.29 | 0 | 0.07 | 270 | 0.67 | 0.8 |
Hex | CB | A8 | EE | F | 1D | 0 | 7 | 10E | 43 | 50 |
Octal | 313 | 250 | 356 | 17 | 35 | 0 | 7 | 416 | 103 | 120 |
Binary | 11001011 | 10101000 | 11101110 | 1111 | 11101 | 0 | 111 | 100001110 | 1000011 | 1010000 |
Color Harmonies of #CBA8EE
Complementary color
Monochromatic Colors of #CBA8EE
Black with #CBA8EE
Text Example
Text Example
White with #CBA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8EE; }
p { color: rgb(203,168,238); }
H1.HeaderClassName
{
color: #CBA8EE;
}
.AnyTagClassName
{
color: #CBA8EE;
}
</style>
background-color css
<style>
a { background-color: #CBA8EE; }
a { background-color: rgb(203,168,238); }
div.DivClassName
{
background-color: #CBA8EE;
}
.BgClassName
{
background-color: #CBA8EE;
}
</style>
border-color css
<style>
span { border-color: #CBA8EE; }
span { border-color: rgb(203,168,238); }
td.TdClassName
{
border-color: #CBA8EE;
}
.TagClassName
{
border-color: #CBA8EE;
}
</style>