#C3C7F6

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

Shades of Lavender Blue #C3C7F6

Tints of Lavender Blue #C3C7F6

Color information

#C3C7F6 (or 0xC3C7F6) is unknown color: approx Lavender Blue. HEX triplet: C3, C7 and F6. RGB value is (195,199,246). Sum of RGB (Red+Green+Blue) = 195+199+246=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3C7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C7F6 is #3C3809. Grayscale: #CACACA. Windows color (decimal): -3946506 or 16172995. OLE color: 16172995.

HSL color Cylindrical-coordinate representation of color #C3C7F6: hue angle of 235.29º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3C7F6 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195199246-
CMYK0.210.1900.04
HSL235.29º73.91%86.47%-
HSV(B)235.29º20.73%96.47%-
XYZ59.5659.195.46-
YUV203.16152.17122.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.47%
GREEN value IS 199 (78.12% from 255) = 31.09%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=30.47%
G=31.09%
B=38.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951992460.210.1900.04235.2973.9186.47
HexC3C7F6151304eb4a56
Octal303307366252304353112126
Binary110000111100011111110110101011001101001110101110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C7F6; }

 p { color: rgb(195,199,246); }

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

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

 a { background-color: rgb(195,199,246); }

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

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

 span { border-color: rgb(195,199,246); }

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