#C6C7EB

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

Shades of Lavender Blue #C6C7EB

Tints of Lavender Blue #C6C7EB

Color information

#C6C7EB (or 0xC6C7EB) is unknown color: approx Lavender Blue. HEX triplet: C6, C7 and EB. RGB value is (198,199,235). Sum of RGB (Red+Green+Blue) = 198+199+235=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C7EB is #393814. Grayscale: #CACACA. Windows color (decimal): -3749909 or 15452102. OLE color: 15452102.

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

Color convert

RGB198199235-
CMYK0.160.1500.08
HSL238.38º48.05%84.9%-
HSV(B)238.38º15.74%92.16%-
XYZ58.7158.8586.86-
YUV202.8146.17124.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.33%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=31.33%
G=31.49%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981992350.160.1500.08238.3848.0584.9
HexC6C7EB10F08ee3055
Octal306307353201701035660125
Binary11000110110001111110101110000111101000111011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C7EB; }

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

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

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

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

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

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

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

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