Shades of Perfume #CBACEA
Tints of Perfume #CBACEA
RGB
CMYK
RGB Variations
Color information
#CBACEA (or 0xCBACEA) is known color: Perfume. HEX triplet: CB, AC and EA. RGB value is (203,172,234). Sum of RGB (Red+Green+Blue) = 203+172+234=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACEA is #345315. Grayscale: #BCBCBC. Windows color (decimal): -3429142 or 15379659. OLE color: 15379659.
HSL color Cylindrical-coordinate representation of color #CBACEA: hue angle of 270º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBACEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 203 | 172 | 234 | - |
CMYK | 0.13 | 0.26 | 0 | 0.08 |
HSL | 270º | 0.6% | 0.8% | - |
HSV(B) | 270º | 0.26% | 0.92% | - |
XYZ | 54.23 | 48.14 | 84.28 | - |
YUV | 188.34 | 153.77 | 138.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 172 | 234 | 0.13 | 0.26 | 0 | 0.08 | 270 | 0.6 | 0.8 |
Hex | CB | AC | EA | D | 1A | 0 | 8 | 10E | 3C | 50 |
Octal | 313 | 254 | 352 | 15 | 32 | 0 | 10 | 416 | 74 | 120 |
Binary | 11001011 | 10101100 | 11101010 | 1101 | 11010 | 0 | 1000 | 100001110 | 111100 | 1010000 |
Color Harmonies of #CBACEA
Complementary color
Monochromatic Colors of #CBACEA
Black with #CBACEA
Text Example
Text Example
White with #CBACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACEA; }
p { color: rgb(203,172,234); }
H1.HeaderClassName
{
color: #CBACEA;
}
.AnyTagClassName
{
color: #CBACEA;
}
</style>
background-color css
<style>
a { background-color: #CBACEA; }
a { background-color: rgb(203,172,234); }
div.DivClassName
{
background-color: #CBACEA;
}
.BgClassName
{
background-color: #CBACEA;
}
</style>
border-color css
<style>
span { border-color: #CBACEA; }
span { border-color: rgb(203,172,234); }
td.TdClassName
{
border-color: #CBACEA;
}
.TagClassName
{
border-color: #CBACEA;
}
</style>