#C1C5F7

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

Shades of Lavender Blue #C1C5F7

Tints of Lavender Blue #C1C5F7

Color information

#C1C5F7 (or 0xC1C5F7) is unknown color: approx Lavender Blue. HEX triplet: C1, C5 and F7. RGB value is (193,197,247). Sum of RGB (Red+Green+Blue) = 193+197+247=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 247 - color contains mainly: blue. Hex color #C1C5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1C5F7 is #3E3A08. Grayscale: #C9C9C9. Windows color (decimal): -4078089 or 16238017. OLE color: 16238017.

HSL color Cylindrical-coordinate representation of color #C1C5F7: hue angle of 235.56º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1C5F7 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB193197247-
CMYK0.220.2000.03
HSL235.56º77.14%86.27%-
HSV(B)235.56º21.86%96.86%-
XYZ58.7557.9996.09-
YUV201.5153.67121.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.30%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=30.30%
G=30.93%
B=38.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1931972470.220.2000.03235.5677.1486.27
HexC1C5F7161403ec4d56
Octal301305367262403354115126
Binary11000001110001011111011110110101000111110110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C5F7; }

 p { color: rgb(193,197,247); }

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

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

 a { background-color: rgb(193,197,247); }

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

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

 span { border-color: rgb(193,197,247); }

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