#C2C3DB

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

Shades of Lavender Grey #C2C3DB

Tints of Lavender Grey #C2C3DB

Color information

#C2C3DB (or 0xC2C3DB) is unknown color: approx Lavender Grey. HEX triplet: C2, C3 and DB. RGB value is (194,195,219). Sum of RGB (Red+Green+Blue) = 194+195+219=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3DB is #3D3C24. Grayscale: #C5C5C5. Windows color (decimal): -4013093 or 14402498. OLE color: 14402498.

HSL color Cylindrical-coordinate representation of color #C2C3DB: hue angle of 237.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C3DB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194195219-
CMYK0.110.1100.14
HSL237.6º25.77%80.98%-
HSV(B)237.6º11.42%85.88%-
XYZ54.5555.6174.88-
YUV197.44140.17125.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.91%
GREEN value IS 195 (76.56% from 255) = 32.07%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=31.91%
G=32.07%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941952190.110.1100.14237.625.7780.98
HexC2C3DBBB0Eee1a51
Octal302303333131301635632121
Binary110000101100001111011011101110110111011101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3DB; }

 p { color: rgb(194,195,219); }

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

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

 a { background-color: rgb(194,195,219); }

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

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

 span { border-color: rgb(194,195,219); }

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