#c2c0ec

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

Shades of Lavender Grey #C2C0EC

Tints of Lavender Grey #C2C0EC

Color information

#C2C0EC (or 0xC2C0EC) is unknown color: approx Lavender Grey. HEX triplet: C2, C0 and EC. RGB value is (194,192,236). Sum of RGB (Red+Green+Blue) = 194+192+236=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 192 (75.39% from 255 or 30.87% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C0EC is #3D3F13. Grayscale: #C5C5C5. Windows color (decimal): -4013844 or 15515842. OLE color: 15515842.

HSL color Cylindrical-coordinate representation of color #C2C0EC: hue angle of 242.73º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2C0EC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194192236-
CMYK0.180.1900.07
HSL242.73º53.66%83.92%-
HSV(B)242.73º18.64%92.55%-
XYZ56.2455.2287.05-
YUV197.61149.66125.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.19%
GREEN value IS 192 (75.39% from 255) = 30.87%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=31.19%
G=30.87%
B=37.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941922360.180.1900.07242.7353.6683.92
HexC2C0EC121307f33654
Octal30230035422230736366124
Binary11000010110000001110110010010100110111111100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2c0ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2c0ec; }

 p { color: rgb(194,192,236); }

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

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

 a { background-color: rgb(194,192,236); }

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

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

 span { border-color: rgb(194,192,236); }

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