#C8C8ED

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

Shades of Lavender Blue #C8C8ED

Tints of Lavender Blue #C8C8ED

Color information

#C8C8ED (or 0xC8C8ED) is unknown color: approx Lavender Blue. HEX triplet: C8, C8 and ED. RGB value is (200,200,237). Sum of RGB (Red+Green+Blue) = 200+200+237=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8C8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8ED is #373712. Grayscale: #CCCCCC. Windows color (decimal): -3618579 or 15583432. OLE color: 15583432.

HSL color Cylindrical-coordinate representation of color #C8C8ED: hue angle of 240º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C8ED is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200200237-
CMYK0.160.1600.07
HSL240º50.68%85.69%-
HSV(B)240º15.61%92.94%-
XYZ59.7659.788.49-
YUV204.22146.5124.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.40%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=31.40%
G=31.40%
B=37.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002002370.160.1600.0724050.6885.69
HexC8C8ED101007f03356
Octal31031035520200736063126
Binary11001000110010001110110110000100000111111100001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8ED; }

 p { color: rgb(200,200,237); }

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

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

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

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

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

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

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