#C4C0DC

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

Shades of Lavender Grey #C4C0DC

Tints of Lavender Grey #C4C0DC

Color information

#C4C0DC (or 0xC4C0DC) is unknown color: approx Lavender Grey. HEX triplet: C4, C0 and DC. RGB value is (196,192,220). Sum of RGB (Red+Green+Blue) = 196+192+220=608 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.24% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0DC is #3B3F23. Grayscale: #C4C4C4. Windows color (decimal): -3882788 or 14467268. OLE color: 14467268.

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

Color convert

RGB196192220-
CMYK0.110.1300.14
HSL248.57º28.57%80.78%-
HSV(B)248.57º12.73%86.27%-
XYZ54.5354.675.38-
YUV196.39141.33127.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.24%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=32.24%
G=31.58%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961922200.110.1300.14248.5728.5780.78
HexC4C0DCBD0Ef91d51
Octal304300334131501637135121
Binary110001001100000011011100101111010111011111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0DC; }

 p { color: rgb(196,192,220); }

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

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

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

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

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

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

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