#C6C3EB

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

Shades of Lavender Grey #C6C3EB

Tints of Lavender Grey #C6C3EB

Color information

#C6C3EB (or 0xC6C3EB) is unknown color: approx Lavender Grey. HEX triplet: C6, C3 and EB. RGB value is (198,195,235). Sum of RGB (Red+Green+Blue) = 198+195+235=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3EB is #393C14. Grayscale: #C8C8C8. Windows color (decimal): -3750933 or 15451078. OLE color: 15451078.

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

Color convert

RGB198195235-
CMYK0.160.1700.08
HSL244.5º50%84.31%-
HSV(B)244.5º17.02%92.16%-
XYZ57.857.0386.56-
YUV200.46147.49126.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.53%
GREEN value IS 195 (76.56% from 255) = 31.05%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=31.53%
G=31.05%
B=37.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981952350.160.1700.08244.55084.31
HexC6C3EB101108f43254
Octal306303353202101036462124
Binary110001101100001111101011100001000101000111101001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3EB; }

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

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

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

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

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

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

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

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