#C7C5ED

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

Shades of Lavender Blue #C7C5ED

Tints of Lavender Blue #C7C5ED

Color information

#C7C5ED (or 0xC7C5ED) is unknown color: approx Lavender Blue. HEX triplet: C7, C5 and ED. RGB value is (199,197,237). Sum of RGB (Red+Green+Blue) = 199+197+237=633 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.44% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C5ED is #383A12. Grayscale: #C9C9C9. Windows color (decimal): -3684883 or 15582663. OLE color: 15582663.

HSL color Cylindrical-coordinate representation of color #C7C5ED: hue angle of 243º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C5ED is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199197237-
CMYK0.160.1700.07
HSL243º52.63%85.1%-
HSV(B)243º16.88%92.94%-
XYZ58.8158.1988.25-
YUV202.16147.66125.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.44%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=31.44%
G=31.12%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991972370.160.1700.0724352.6385.1
HexC7C5ED101107f33555
Octal30730535520210736365125
Binary11000111110001011110110110000100010111111100111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5ED; }

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

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

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

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

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

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

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

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