#C3C0DC

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

Shades of Lavender Grey #C3C0DC

Tints of Lavender Grey #C3C0DC

Color information

#C3C0DC (or 0xC3C0DC) is unknown color: approx Lavender Grey. HEX triplet: C3, C0 and DC. RGB value is (195,192,220). Sum of RGB (Red+Green+Blue) = 195+192+220=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0DC is #3C3F23. Grayscale: #C3C3C3. Windows color (decimal): -3948324 or 14467267. OLE color: 14467267.

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

Color convert

RGB195192220-
CMYK0.110.1300.14
HSL246.43º28.57%80.78%-
HSV(B)246.43º12.73%86.27%-
XYZ54.2754.4775.36-
YUV196.09141.49127.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=32.13%
G=31.63%
B=36.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951922200.110.1300.14246.4328.5780.78
HexC3C0DCBD0Ef61d51
Octal303300334131501636635121
Binary110000111100000011011100101111010111011110110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0DC; }

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

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

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

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

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

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

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

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