#C4C6DC

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

Shades of Lavender Grey #C4C6DC

Tints of Lavender Grey #C4C6DC

Color information

#C4C6DC (or 0xC4C6DC) is unknown color: approx Lavender Grey. HEX triplet: C4, C6 and DC. RGB value is (196,198,220). Sum of RGB (Red+Green+Blue) = 196+198+220=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6DC is #3B3923. Grayscale: #C7C7C7. Windows color (decimal): -3881252 or 14468804. OLE color: 14468804.

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

Color convert

RGB196198220-
CMYK0.110.100.14
HSL235º25.53%81.57%-
HSV(B)235º10.91%86.27%-
XYZ55.8857.2975.82-
YUV199.91139.34125.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=31.92%
G=32.25%
B=35.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961982200.110.100.1423525.5381.57
HexC4C6DCBA0Eeb1a52
Octal304306334131201635332122
Binary110001001100011011011100101110100111011101011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C6DC; }

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

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

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

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

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

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

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

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