#c4c3f6

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

Shades of Lavender Blue #C4C3F6

Tints of Lavender Blue #C4C3F6

Color information

#C4C3F6 (or 0xC4C3F6) is unknown color: approx Lavender Blue. HEX triplet: C4, C3 and F6. RGB value is (196,195,246). Sum of RGB (Red+Green+Blue) = 196+195+246=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #C4C3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C3F6 is #3B3C09. Grayscale: #C8C8C8. Windows color (decimal): -3881994 or 16171972. OLE color: 16171972.

HSL color Cylindrical-coordinate representation of color #C4C3F6: hue angle of 241.18º 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 #C4C3F6 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB196195246-
CMYK0.200.2100.04
HSL241.18º73.91%86.47%-
HSV(B)241.18º20.73%96.47%-
XYZ58.9157.4295.17-
YUV201.11153.33124.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.77%
GREEN value IS 195 (76.56% from 255) = 30.61%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=30.77%
G=30.61%
B=38.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1961952460.200.2100.04241.1873.9186.47
HexC4C3F6141504f14a56
Octal304303366242504361112126
Binary110001001100001111110110101001010101001111000110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4c3f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4c3f6; }

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

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

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

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

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

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

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

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