#CB9ACC

Color #CB9ACC Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CB9ACC

Tints of Lilac #CB9ACC

Color information

#CB9ACC (or 0xCB9ACC) is unknown color: approx Lilac. HEX triplet: CB, 9A and CC. RGB value is (203,154,204). Sum of RGB (Red+Green+Blue) = 203+154+204=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ACC is #346533. Grayscale: #AEAEAE. Windows color (decimal): -3433780 or 13408971. OLE color: 13408971.

HSL color Cylindrical-coordinate representation of color #CB9ACC: hue angle of 298.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB9ACC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203154204-
CMYK0.000.2500.2
HSL298.8º32.89%70.2%-
HSV(B)298.8º24.51%80%-
XYZ47.0840.1762.4-
YUV174.35144.73148.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=36.19%
G=27.45%
B=36.36%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031542040.000.2500.2298.832.8970.2
HexCB9ACC01901412b2146
Octal31323231403102445341106
Binary1100101110011010110011000110010101001001010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9ACC; }

 p { color: rgb(203,154,204); }

 H1.HeaderClassName
 {
   color: #CB9ACC;
 }
 .AnyTagClassName
 {
   color: #CB9ACC;
 }
</style>
background-color css

<style>
 a { background-color: #CB9ACC; }

 a { background-color: rgb(203,154,204); }

 div.DivClassName
 {
   background-color: #CB9ACC;
 }
 .BgClassName
 {
   background-color: #CB9ACC;
 }
</style>
border-color css

<style>
 span { border-color: #CB9ACC; }

 span { border-color: rgb(203,154,204); }

 td.TdClassName
 {
   border-color: #CB9ACC;
 }
 .TagClassName
 {
   border-color: #CB9ACC;
 }
</style>