#C6C5D5

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

Shades of Lavender Grey #C6C5D5

Tints of Lavender Grey #C6C5D5

Color information

#C6C5D5 (or 0xC6C5D5) is unknown color: approx Lavender Grey. HEX triplet: C6, C5 and D5. RGB value is (198,197,213). Sum of RGB (Red+Green+Blue) = 198+197+213=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6C5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C5D5 is #393A2A. Grayscale: #C7C7C7. Windows color (decimal): -3750443 or 14009798. OLE color: 14009798.

HSL color Cylindrical-coordinate representation of color #C6C5D5: hue angle of 243.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C5D5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198197213-
CMYK0.070.0800.16
HSL243.75º16%80.39%-
HSV(B)243.75º7.51%83.53%-
XYZ55.2756.7470.99-
YUV199.12135.83127.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.57%
GREEN value IS 197 (77.34% from 255) = 32.40%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=32.57%
G=32.40%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981972130.070.0800.16243.751680.39
HexC6C5D578010f41050
Octal30630532571002036420120
Binary110001101100010111010101111100001000011110100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C5D5; }

 p { color: rgb(198,197,213); }

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

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

 a { background-color: rgb(198,197,213); }

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

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

 span { border-color: rgb(198,197,213); }

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