#C5C7F1

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

Shades of Lavender Blue #C5C7F1

Tints of Lavender Blue #C5C7F1

Color information

#C5C7F1 (or 0xC5C7F1) is unknown color: approx Lavender Blue. HEX triplet: C5, C7 and F1. RGB value is (197,199,241). Sum of RGB (Red+Green+Blue) = 197+199+241=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5C7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C7F1 is #3A380E. Grayscale: #CBCBCB. Windows color (decimal): -3815439 or 15845317. OLE color: 15845317.

HSL color Cylindrical-coordinate representation of color #C5C7F1: hue angle of 237.27º 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 #C5C7F1 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197199241-
CMYK0.180.1700.05
HSL237.27º61.11%85.88%-
HSV(B)237.27º18.26%94.51%-
XYZ59.3359.0791.49-
YUV203.19149.34123.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.93%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=30.93%
G=31.24%
B=37.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971992410.180.1700.05237.2761.1185.88
HexC5C7F1121105ed3d56
Octal30530736122210535575126
Binary11000101110001111111000110010100010101111011011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C7F1; }

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

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

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

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

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

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

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

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