#C2C3DC

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

Shades of Lavender Grey #C2C3DC

Tints of Lavender Grey #C2C3DC

Color information

#C2C3DC (or 0xC2C3DC) is unknown color: approx Lavender Grey. HEX triplet: C2, C3 and DC. RGB value is (194,195,220). Sum of RGB (Red+Green+Blue) = 194+195+220=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3DC is #3D3C23. Grayscale: #C5C5C5. Windows color (decimal): -4013092 or 14468034. OLE color: 14468034.

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

Color convert

RGB194195220-
CMYK0.120.1100.14
HSL237.69º27.08%81.18%-
HSV(B)237.69º11.82%86.27%-
XYZ54.6855.6775.57-
YUV197.55140.67125.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 195 (76.56% from 255) = 32.02%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=31.86%
G=32.02%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941952200.120.1100.14237.6927.0881.18
HexC2C3DCCB0Eee1b51
Octal302303334141301635633121
Binary110000101100001111011100110010110111011101110110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3DC; }

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

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

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

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

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

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

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

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