#C1BEDB

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

Shades of Lavender Grey #C1BEDB

Tints of Lavender Grey #C1BEDB

Color information

#C1BEDB (or 0xC1BEDB) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and DB. RGB value is (193,190,219). Sum of RGB (Red+Green+Blue) = 193+190+219=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEDB is #3E4124. Grayscale: #C2C2C2. Windows color (decimal): -4079909 or 14401217. OLE color: 14401217.

HSL color Cylindrical-coordinate representation of color #C1BEDB: hue angle of 246.21º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1BEDB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193190219-
CMYK0.120.1300.14
HSL246.21º28.71%80.2%-
HSV(B)246.21º13.24%85.88%-
XYZ53.1953.2874.5-
YUV194.2141.99127.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=32.06%
G=31.56%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931902190.120.1300.14246.2128.7180.2
HexC1BEDBCD0Ef61d50
Octal301276333141501636635120
Binary110000011011111011011011110011010111011110110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEDB; }

 p { color: rgb(193,190,219); }

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

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

 a { background-color: rgb(193,190,219); }

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

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

 span { border-color: rgb(193,190,219); }

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