#C7C5F2

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

Shades of Lavender Blue #C7C5F2

Tints of Lavender Blue #C7C5F2

Color information

#C7C5F2 (or 0xC7C5F2) is unknown color: approx Lavender Blue. HEX triplet: C7, C5 and F2. RGB value is (199,197,242). Sum of RGB (Red+Green+Blue) = 199+197+242=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7C5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5F2 is #383A0D. Grayscale: #CACACA. Windows color (decimal): -3684878 or 15910343. OLE color: 15910343.

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

Color convert

RGB199197242-
CMYK0.180.1900.05
HSL242.67º63.38%86.08%-
HSV(B)242.67º18.6%94.9%-
XYZ59.5558.4992.15-
YUV202.73150.16125.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.19%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=31.19%
G=30.88%
B=37.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991972420.180.1900.05242.6763.3886.08
HexC7C5F2121305f33f56
Octal30730536222230536377126
Binary11000111110001011111001010010100110101111100111111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5F2; }

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

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

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

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

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

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

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

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