#C8C5EE

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

Shades of Lavender Blue #C8C5EE

Tints of Lavender Blue #C8C5EE

Color information

#C8C5EE (or 0xC8C5EE) is unknown color: approx Lavender Blue. HEX triplet: C8, C5 and EE. RGB value is (200,197,238). Sum of RGB (Red+Green+Blue) = 200+197+238=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 197 (77.34% from 255 or 31.02% 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 #C8C5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C5EE is #373A11. Grayscale: #CACACA. Windows color (decimal): -3619346 or 15648200. OLE color: 15648200.

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

Color convert

RGB200197238-
CMYK0.160.1700.07
HSL244.39º54.67%85.29%-
HSV(B)244.39º17.23%93.33%-
XYZ59.2258.3889.04-
YUV202.57147.99126.17-

RGB Variations

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

RGB

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

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
Decimal2001972380.160.1700.07244.3954.6785.29
HexC8C5EE101107f43755
Octal31030535620210736467125
Binary11001000110001011110111010000100010111111101001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5EE; }

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

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

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

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

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

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

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

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