#C9C8DB

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

Shades of Lavender Grey #C9C8DB

Tints of Lavender Grey #C9C8DB

Color information

#C9C8DB (or 0xC9C8DB) is unknown color: approx Lavender Grey. HEX triplet: C9, C8 and DB. RGB value is (201,200,219). Sum of RGB (Red+Green+Blue) = 201+200+219=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C8DB is #363724. Grayscale: #CACACA. Windows color (decimal): -3553061 or 14403785. OLE color: 14403785.

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

Color convert

RGB201200219-
CMYK0.080.0900.14
HSL243.16º20.88%82.16%-
HSV(B)243.16º8.68%85.88%-
XYZ57.5358.8475.34-
YUV202.46137.33126.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 200 (78.52% from 255) = 32.26%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=32.42%
G=32.26%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012002190.080.0900.14243.1620.8882.16
HexC9C8DB890Ef31552
Octal311310333101101636325122
Binary110010011100100011011011100010010111011110011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C8DB; }

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

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

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

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

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

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

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

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