#C7C6DB

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

Shades of Lavender Grey #C7C6DB

Tints of Lavender Grey #C7C6DB

Color information

#C7C6DB (or 0xC7C6DB) is unknown color: approx Lavender Grey. HEX triplet: C7, C6 and DB. RGB value is (199,198,219). Sum of RGB (Red+Green+Blue) = 199+198+219=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C6DB is #383924. Grayscale: #C8C8C8. Windows color (decimal): -3684645 or 14403271. OLE color: 14403271.

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

Color convert

RGB199198219-
CMYK0.090.1000.14
HSL242.86º22.58%81.76%-
HSV(B)242.86º9.59%85.88%-
XYZ56.5357.6475.16-
YUV200.69138.33126.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=32.31%
G=32.14%
B=35.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991982190.090.1000.14242.8622.5881.76
HexC7C6DB9A0Ef31752
Octal307306333111201636327122
Binary110001111100011011011011100110100111011110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C6DB; }

 p { color: rgb(199,198,219); }

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

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

 a { background-color: rgb(199,198,219); }

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

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

 span { border-color: rgb(199,198,219); }

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