#C4C2DB

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

Shades of Lavender Grey #C4C2DB

Tints of Lavender Grey #C4C2DB

Color information

#C4C2DB (or 0xC4C2DB) is unknown color: approx Lavender Grey. HEX triplet: C4, C2 and DB. RGB value is (196,194,219). Sum of RGB (Red+Green+Blue) = 196+194+219=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2DB is #3B3D24. Grayscale: #C5C5C5. Windows color (decimal): -3882277 or 14402244. OLE color: 14402244.

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

Color convert

RGB196194219-
CMYK0.110.1100.14
HSL244.8º25.77%80.98%-
HSV(B)244.8º11.42%85.88%-
XYZ54.8455.4374.83-
YUV197.45140.16126.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 194 (76.17% from 255) = 31.86%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=32.18%
G=31.86%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961942190.110.1100.14244.825.7780.98
HexC4C2DBBB0Ef51a51
Octal304302333131301636532121
Binary110001001100001011011011101110110111011110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C2DB; }

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

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

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

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

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

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

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

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