#C3C0DB

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

Shades of Lavender Grey #C3C0DB

Tints of Lavender Grey #C3C0DB

Color information

#C3C0DB (or 0xC3C0DB) is unknown color: approx Lavender Grey. HEX triplet: C3, C0 and DB. RGB value is (195,192,219). Sum of RGB (Red+Green+Blue) = 195+192+219=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C0DB is #3C3F24. Grayscale: #C3C3C3. Windows color (decimal): -3948325 or 14401731. OLE color: 14401731.

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

Color convert

RGB195192219-
CMYK0.110.1200.14
HSL246.67º27.27%80.59%-
HSV(B)246.67º12.33%85.88%-
XYZ54.1454.4274.67-
YUV195.98140.99127.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 192 (75.39% from 255) = 31.68%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=32.18%
G=31.68%
B=36.14%

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
Decimal1951922190.110.1200.14246.6727.2780.59
HexC3C0DBBC0Ef71b51
Octal303300333131401636733121
Binary110000111100000011011011101111000111011110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C0DB; }

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

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

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

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

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

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

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

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