#C6C3E8

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

Shades of Lavender Grey #C6C3E8

Tints of Lavender Grey #C6C3E8

Color information

#C6C3E8 (or 0xC6C3E8) is unknown color: approx Lavender Grey. HEX triplet: C6, C3 and E8. RGB value is (198,195,232). Sum of RGB (Red+Green+Blue) = 198+195+232=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6C3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C3E8 is #393C17. Grayscale: #C7C7C7. Windows color (decimal): -3750936 or 15254470. OLE color: 15254470.

HSL color Cylindrical-coordinate representation of color #C6C3E8: hue angle of 244.86º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6C3E8 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198195232-
CMYK0.150.1600.09
HSL244.86º44.58%83.73%-
HSV(B)244.86º15.95%90.98%-
XYZ57.3756.8684.3-
YUV200.11145.99126.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.68%
GREEN value IS 195 (76.56% from 255) = 31.2%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=31.68%
G=31.2%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981952320.150.1600.09244.8644.5883.73
HexC6C3E8F1009f52d54
Octal306303350172001136555124
Binary11000110110000111110100011111000001001111101011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C3E8; }

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

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

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

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

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

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

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

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