#C4C0EB

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

Shades of Lavender Grey #C4C0EB

Tints of Lavender Grey #C4C0EB

Color information

#C4C0EB (or 0xC4C0EB) is unknown color: approx Lavender Grey. HEX triplet: C4, C0 and EB. RGB value is (196,192,235). Sum of RGB (Red+Green+Blue) = 196+192+235=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 192 (75.39% from 255 or 30.82% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4C0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C0EB is #3B3F14. Grayscale: #C5C5C5. Windows color (decimal): -3882773 or 15450308. OLE color: 15450308.

HSL color Cylindrical-coordinate representation of color #C4C0EB: hue angle of 245.58º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4C0EB is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196192235-
CMYK0.170.1800.08
HSL245.58º51.81%83.73%-
HSV(B)245.58º18.3%92.16%-
XYZ56.6155.4386.31-
YUV198.1148.83126.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.46%
GREEN value IS 192 (75.39% from 255) = 30.82%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=31.46%
G=30.82%
B=37.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961922350.170.1800.08245.5851.8183.73
HexC4C0EB111208f63454
Octal304300353212201036664124
Binary110001001100000011101011100011001001000111101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0EB; }

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

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

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

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

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

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

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

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