#C3C1DC

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

Shades of Lavender Grey #C3C1DC

Tints of Lavender Grey #C3C1DC

Color information

#C3C1DC (or 0xC3C1DC) is unknown color: approx Lavender Grey. HEX triplet: C3, C1 and DC. RGB value is (195,193,220). Sum of RGB (Red+Green+Blue) = 195+193+220=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C1DC is #3C3E23. Grayscale: #C4C4C4. Windows color (decimal): -3948068 or 14467523. OLE color: 14467523.

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

Color convert

RGB195193220-
CMYK0.110.1200.14
HSL244.44º27.84%80.98%-
HSV(B)244.44º12.27%86.27%-
XYZ54.4954.9175.44-
YUV196.68141.16126.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.07%
GREEN value IS 193 (75.78% from 255) = 31.74%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=32.07%
G=31.74%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951932200.110.1200.14244.4427.8480.98
HexC3C1DCBC0Ef41c51
Octal303301334131401636434121
Binary110000111100000111011100101111000111011110100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1DC; }

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

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

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

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

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

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

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

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