#C7C5FB

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

Shades of Lavender Blue #C7C5FB

Tints of Lavender Blue #C7C5FB

Color information

#C7C5FB (or 0xC7C5FB) is unknown color: approx Lavender Blue. HEX triplet: C7, C5 and FB. RGB value is (199,197,251). Sum of RGB (Red+Green+Blue) = 199+197+251=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7C5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5FB is #383A04. Grayscale: #CBCBCB. Windows color (decimal): -3684869 or 16500167. OLE color: 16500167.

HSL color Cylindrical-coordinate representation of color #C7C5FB: hue angle of 242.22º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C5FB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199197251-
CMYK0.210.2200.02
HSL242.22º87.1%87.84%-
HSV(B)242.22º21.51%98.43%-
XYZ60.9359.0499.45-
YUV203.75154.66124.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.76%
GREEN value IS 197 (77.34% from 255) = 30.45%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=30.76%
G=30.45%
B=38.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991972510.210.2200.02242.2287.187.84
HexC7C5FB151602f25758
Octal307305373252602362127130
Binary11000111110001011111101110101101100101111001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5FB; }

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

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

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

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

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

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

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

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