#C4C5EB

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

Shades of Lavender Blue #C4C5EB

Tints of Lavender Blue #C4C5EB

Color information

#C4C5EB (or 0xC4C5EB) is unknown color: approx Lavender Blue. HEX triplet: C4, C5 and EB. RGB value is (196,197,235). Sum of RGB (Red+Green+Blue) = 196+197+235=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4C5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C5EB is #3B3A14. Grayscale: #C8C8C8. Windows color (decimal): -3881493 or 15451588. OLE color: 15451588.

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

Color convert

RGB196197235-
CMYK0.170.1600.08
HSL238.46º49.37%84.51%-
HSV(B)238.46º16.6%92.16%-
XYZ57.7357.6786.69-
YUV201.03147.17124.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.21%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=31.21%
G=31.37%
B=37.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961972350.170.1600.08238.4649.3784.51
HexC4C5EB111008ee3155
Octal304305353212001035661125
Binary110001001100010111101011100011000001000111011101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C5EB; }

 p { color: rgb(196,197,235); }

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

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

 a { background-color: rgb(196,197,235); }

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

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

 span { border-color: rgb(196,197,235); }

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