#C7C6F1

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

Shades of Lavender Blue #C7C6F1

Tints of Lavender Blue #C7C6F1

Color information

#C7C6F1 (or 0xC7C6F1) is unknown color: approx Lavender Blue. HEX triplet: C7, C6 and F1. RGB value is (199,198,241). Sum of RGB (Red+Green+Blue) = 199+198+241=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7C6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C6F1 is #38390E. Grayscale: #CBCBCB. Windows color (decimal): -3684623 or 15845063. OLE color: 15845063.

HSL color Cylindrical-coordinate representation of color #C7C6F1: hue angle of 241.4º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C6F1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199198241-
CMYK0.170.1800.05
HSL241.4º60.56%86.08%-
HSV(B)241.4º17.84%94.51%-
XYZ59.6258.8891.44-
YUV203.2149.33125-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.19%
GREEN value IS 198 (77.73% from 255) = 31.03%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=31.19%
G=31.03%
B=37.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991982410.170.1800.05241.460.5686.08
HexC7C6F1111205f13d56
Octal30730636121220536175126
Binary11000111110001101111000110001100100101111100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C6F1; }

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

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

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

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

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

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

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

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