#C4C3DC

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

Shades of Lavender Grey #C4C3DC

Tints of Lavender Grey #C4C3DC

Color information

#C4C3DC (or 0xC4C3DC) is unknown color: approx Lavender Grey. HEX triplet: C4, C3 and DC. RGB value is (196,195,220). Sum of RGB (Red+Green+Blue) = 196+195+220=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C3DC is #3B3C23. Grayscale: #C6C6C6. Windows color (decimal): -3882020 or 14468036. OLE color: 14468036.

HSL color Cylindrical-coordinate representation of color #C4C3DC: hue angle of 242.4º 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 #C4C3DC is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196195220-
CMYK0.110.1100.14
HSL242.4º26.32%81.37%-
HSV(B)242.4º11.36%86.27%-
XYZ55.255.9375.6-
YUV198.15140.33126.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.08%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=32.08%
G=31.91%
B=36.01%

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
Decimal1961952200.110.1100.14242.426.3281.37
HexC4C3DCBB0Ef21a51
Octal304303334131301636232121
Binary110001001100001111011100101110110111011110010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C3DC; }

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

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

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

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

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

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

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

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