#C6C6DE

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

Shades of Lavender Grey #C6C6DE

Tints of Lavender Grey #C6C6DE

Color information

#C6C6DE (or 0xC6C6DE) is unknown color: approx Lavender Grey. HEX triplet: C6, C6 and DE. RGB value is (198,198,222). Sum of RGB (Red+Green+Blue) = 198+198+222=618 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.04% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6C6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6DE is #393921. Grayscale: #C8C8C8. Windows color (decimal): -3750178 or 14599878. OLE color: 14599878.

HSL color Cylindrical-coordinate representation of color #C6C6DE: hue angle of 240º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6C6DE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198198222-
CMYK0.110.1100.13
HSL240º26.67%82.35%-
HSV(B)240º10.81%87.06%-
XYZ56.6757.6777.25-
YUV200.74140126.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.04%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=32.04%
G=32.04%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981982220.110.1100.1324026.6782.35
HexC6C6DEBB0Df01b52
Octal306306336131301536033122
Binary110001101100011011011110101110110110111110000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C6DE; }

 p { color: rgb(198,198,222); }

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

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

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

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

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

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

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