#CBB5CC

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

Shades of Lilac #CBB5CC

Tints of Lilac #CBB5CC

Color information

#CBB5CC (or 0xCBB5CC) is unknown color: approx Lilac. HEX triplet: CB, B5 and CC. RGB value is (203,181,204). Sum of RGB (Red+Green+Blue) = 203+181+204=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5CC is #344A33. Grayscale: #BEBEBE. Windows color (decimal): -3426868 or 13415883. OLE color: 13415883.

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

Color convert

RGB203181204-
CMYK0.000.1100.2
HSL297.39º18.4%75.49%-
HSV(B)297.39º11.27%80%-
XYZ52.0550.164.05-
YUV190.2135.79137.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 181 (71.09% from 255) = 30.78%
BLUE value IS 204 (80.08% from 255) = 34.69%
R=34.52%
G=30.78%
B=34.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031812040.000.1100.2297.3918.475.49
HexCBB5CC0B014129124b
Octal31326531401302445122113
Binary11001011101101011100110001011010100100101001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5CC; }

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

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

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

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

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

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

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

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