#CBB2CD

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

Shades of Lilac #CBB2CD

Tints of Lilac #CBB2CD

Color information

#CBB2CD (or 0xCBB2CD) is unknown color: approx Lilac. HEX triplet: CB, B2 and CD. RGB value is (203,178,205). Sum of RGB (Red+Green+Blue) = 203+178+205=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2CD is #344D32. Grayscale: #BCBCBC. Windows color (decimal): -3427635 or 13480651. OLE color: 13480651.

HSL color Cylindrical-coordinate representation of color #CBB2CD: hue angle of 295.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB2CD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203178205-
CMYK0.010.1300.20
HSL295.56º21.26%75.1%-
HSV(B)295.56º13.17%80.39%-
XYZ51.5748.9564.49-
YUV188.55137.28138.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.64%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=34.64%
G=30.38%
B=34.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031782050.010.1300.20295.5621.2675.1
HexCBB2CD1D014128154b
Octal31326231511502445025113
Binary11001011101100101100110111101010100100101000101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2CD; }

 p { color: rgb(203,178,205); }

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

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

 a { background-color: rgb(203,178,205); }

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

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

 span { border-color: rgb(203,178,205); }

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