#C5C4EF

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

Shades of Lavender Blue #C5C4EF

Tints of Lavender Blue #C5C4EF

Color information

#C5C4EF (or 0xC5C4EF) is unknown color: approx Lavender Blue. HEX triplet: C5, C4 and EF. RGB value is (197,196,239). Sum of RGB (Red+Green+Blue) = 197+196+239=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C4EF is #3A3B10. Grayscale: #C9C9C9. Windows color (decimal): -3816209 or 15713477. OLE color: 15713477.

HSL color Cylindrical-coordinate representation of color #C5C4EF: hue angle of 241.4º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5C4EF is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197196239-
CMYK0.180.1800.06
HSL241.4º57.33%85.29%-
HSV(B)241.4º17.99%93.73%-
XYZ58.3557.5889.7-
YUV201.2149.33125-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 239 (93.75% from 255) = 37.82%
R=31.17%
G=31.01%
B=37.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971962390.180.1800.06241.457.3385.29
HexC5C4EF121206f13955
Octal30530435722220636171125
Binary11000101110001001110111110010100100110111100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C4EF; }

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

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

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

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

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

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

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

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