#C5C8EF

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

Shades of Lavender Blue #C5C8EF

Tints of Lavender Blue #C5C8EF

Color information

#C5C8EF (or 0xC5C8EF) is unknown color: approx Lavender Blue. HEX triplet: C5, C8 and EF. RGB value is (197,200,239). Sum of RGB (Red+Green+Blue) = 197+200+239=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8EF is #3A3710. Grayscale: #CBCBCB. Windows color (decimal): -3815185 or 15714501. OLE color: 15714501.

HSL color Cylindrical-coordinate representation of color #C5C8EF: hue angle of 235.71º 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 #C5C8EF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197200239-
CMYK0.180.1600.06
HSL235.71º56.76%85.49%-
HSV(B)235.71º17.57%93.73%-
XYZ59.2659.4190.01-
YUV203.55148.01123.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.97%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 239 (93.75% from 255) = 37.58%
R=30.97%
G=31.45%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972002390.180.1600.06235.7156.7685.49
HexC5C8EF121006ec3955
Octal30531035722200635471125
Binary11000101110010001110111110010100000110111011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C8EF; }

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

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

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

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

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

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

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

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