#C6C4E8

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

Shades of Lavender Grey #C6C4E8

Tints of Lavender Grey #C6C4E8

Color information

#C6C4E8 (or 0xC6C4E8) is unknown color: approx Lavender Grey. HEX triplet: C6, C4 and E8. RGB value is (198,196,232). Sum of RGB (Red+Green+Blue) = 198+196+232=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6C4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C4E8 is #393B17. Grayscale: #C8C8C8. Windows color (decimal): -3750680 or 15254726. OLE color: 15254726.

HSL color Cylindrical-coordinate representation of color #C6C4E8: hue angle of 243.33º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6C4E8 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198196232-
CMYK0.150.1600.09
HSL243.33º43.9%83.92%-
HSV(B)243.33º15.52%90.98%-
XYZ57.5957.3184.37-
YUV200.7145.66126.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.63%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=31.63%
G=31.31%
B=37.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981962320.150.1600.09243.3343.983.92
HexC6C4E8F1009f32c54
Octal306304350172001136354124
Binary11000110110001001110100011111000001001111100111011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C4E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C4E8; }

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

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

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

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

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

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

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

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