#C5C8EE

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

Shades of Lavender Blue #C5C8EE

Tints of Lavender Blue #C5C8EE

Color information

#C5C8EE (or 0xC5C8EE) is unknown color: approx Lavender Blue. HEX triplet: C5, C8 and EE. RGB value is (197,200,238). Sum of RGB (Red+Green+Blue) = 197+200+238=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5C8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5C8EE is #3A3711. Grayscale: #CBCBCB. Windows color (decimal): -3815186 or 15648965. OLE color: 15648965.

HSL color Cylindrical-coordinate representation of color #C5C8EE: hue angle of 235.61º degrees, saturation: 0.55, 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 #C5C8EE is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197200238-
CMYK0.170.1600.07
HSL235.61º54.67%85.29%-
HSV(B)235.61º17.23%93.33%-
XYZ59.1159.3589.23-
YUV203.44147.51123.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.02%
GREEN value IS 200 (78.52% from 255) = 31.50%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=31.02%
G=31.50%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972002380.170.1600.07235.6154.6785.29
HexC5C8EE111007ec3755
Octal30531035621200735467125
Binary11000101110010001110111010001100000111111011001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C8EE; }

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

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

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

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

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

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

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

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