#CBB3CD

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

Shades of Lilac #CBB3CD

Tints of Lilac #CBB3CD

Color information

#CBB3CD (or 0xCBB3CD) is unknown color: approx Lilac. HEX triplet: CB, B3 and CD. RGB value is (203,179,205). Sum of RGB (Red+Green+Blue) = 203+179+205=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3CD is #344C32. Grayscale: #BDBDBD. Windows color (decimal): -3427379 or 13480907. OLE color: 13480907.

HSL color Cylindrical-coordinate representation of color #CBB3CD: hue angle of 295.38º 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 #CBB3CD is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203179205-
CMYK0.010.1300.20
HSL295.38º20.63%75.29%-
HSV(B)295.38º12.68%80.39%-
XYZ51.7749.3464.55-
YUV189.14136.95137.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=34.58%
G=30.49%
B=34.92%

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
Decimal2031792050.010.1300.20295.3820.6375.29
HexCBB3CD1D014127154b
Octal31326331511502444725113
Binary11001011101100111100110111101010100100100111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3CD; }

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

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

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

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

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

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

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

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