#C3C1EB

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

Shades of Lavender Grey #C3C1EB

Tints of Lavender Grey #C3C1EB

Color information

#C3C1EB (or 0xC3C1EB) is unknown color: approx Lavender Grey. HEX triplet: C3, C1 and EB. RGB value is (195,193,235). Sum of RGB (Red+Green+Blue) = 195+193+235=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3C1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C1EB is #3C3E14. Grayscale: #C6C6C6. Windows color (decimal): -3948053 or 15450563. OLE color: 15450563.

HSL color Cylindrical-coordinate representation of color #C3C1EB: hue angle of 242.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C1EB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195193235-
CMYK0.170.1800.08
HSL242.86º51.22%83.92%-
HSV(B)242.86º17.87%92.16%-
XYZ56.5755.7486.37-
YUV198.39148.66125.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 193 (75.78% from 255) = 30.98%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=31.30%
G=30.98%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951932350.170.1800.08242.8651.2283.92
HexC3C1EB111208f33354
Octal303301353212201036363124
Binary110000111100000111101011100011001001000111100111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C1EB; }

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

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

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

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

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

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

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

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