#C5C2DB

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

Shades of Lavender Grey #C5C2DB

Tints of Lavender Grey #C5C2DB

Color information

#C5C2DB (or 0xC5C2DB) is unknown color: approx Lavender Grey. HEX triplet: C5, C2 and DB. RGB value is (197,194,219). Sum of RGB (Red+Green+Blue) = 197+194+219=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C2DB is #3A3D24. Grayscale: #C5C5C5. Windows color (decimal): -3816741 or 14402245. OLE color: 14402245.

HSL color Cylindrical-coordinate representation of color #C5C2DB: hue angle of 247.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C2DB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197194219-
CMYK0.100.1100.14
HSL247.2º25.77%80.98%-
HSV(B)247.2º11.42%85.88%-
XYZ55.155.5774.84-
YUV197.75139.99127.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.30%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=32.30%
G=31.80%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971942190.100.1100.14247.225.7780.98
HexC5C2DBAB0Ef71a51
Octal305302333121301636732121
Binary110001011100001011011011101010110111011110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C2DB; }

 p { color: rgb(197,194,219); }

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

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

 a { background-color: rgb(197,194,219); }

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

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

 span { border-color: rgb(197,194,219); }

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