#C8C9DC

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

Shades of Lavender Grey #C8C9DC

Tints of Lavender Grey #C8C9DC

Color information

#C8C9DC (or 0xC8C9DC) is unknown color: approx Lavender Grey. HEX triplet: C8, C9 and DC. RGB value is (200,201,220). Sum of RGB (Red+Green+Blue) = 200+201+220=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C9DC is #373623. Grayscale: #CACACA. Windows color (decimal): -3618340 or 14469576. OLE color: 14469576.

HSL color Cylindrical-coordinate representation of color #C8C9DC: hue angle of 237º 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 #C8C9DC is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200201220-
CMYK0.090.0900.14
HSL237º22.22%82.35%-
HSV(B)237º9.09%86.27%-
XYZ57.6259.2276.1-
YUV202.87137.67125.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 201 (78.91% from 255) = 32.37%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=32.21%
G=32.37%
B=35.43%

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
Decimal2002012200.090.0900.1423722.2282.35
HexC8C9DC990Eed1652
Octal310311334111101635526122
Binary110010001100100111011100100110010111011101101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C9DC; }

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

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

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

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

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

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

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

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