#C8C8DC

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

Shades of Lavender Grey #C8C8DC

Tints of Lavender Grey #C8C8DC

Color information

#C8C8DC (or 0xC8C8DC) is unknown color: approx Lavender Grey. HEX triplet: C8, C8 and DC. RGB value is (200,200,220). Sum of RGB (Red+Green+Blue) = 200+200+220=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C8DC is #373723. Grayscale: #CACACA. Windows color (decimal): -3618596 or 14469320. OLE color: 14469320.

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

Color convert

RGB200200220-
CMYK0.090.0900.14
HSL240º22.22%82.35%-
HSV(B)240º9.09%86.27%-
XYZ57.3958.7676.03-
YUV202.28138126.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002002200.090.0900.1424022.2282.35
HexC8C8DC990Ef01652
Octal310310334111101636026122
Binary110010001100100011011100100110010111011110000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8DC; }

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

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

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

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

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

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

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

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