#C4C1DF

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

Shades of Lavender Grey #C4C1DF

Tints of Lavender Grey #C4C1DF

Color information

#C4C1DF (or 0xC4C1DF) is unknown color: approx Lavender Grey. HEX triplet: C4, C1 and DF. RGB value is (196,193,223). Sum of RGB (Red+Green+Blue) = 196+193+223=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1DF is #3B3E20. Grayscale: #C5C5C5. Windows color (decimal): -3882529 or 14664132. OLE color: 14664132.

HSL color Cylindrical-coordinate representation of color #C4C1DF: hue angle of 246º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4C1DF is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196193223-
CMYK0.120.1300.13
HSL246º31.91%81.57%-
HSV(B)246º13.45%87.45%-
XYZ55.1555.277.56-
YUV197.32142.49127.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 193 (75.78% from 255) = 31.54%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=32.03%
G=31.54%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961932230.120.1300.1324631.9181.57
HexC4C1DFCD0Df62052
Octal304301337141501536640122
Binary1100010011000001110111111100110101101111101101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C1DF; }

 p { color: rgb(196,193,223); }

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

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

 a { background-color: rgb(196,193,223); }

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

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

 span { border-color: rgb(196,193,223); }

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