#C7C5DB

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

Shades of Lavender Grey #C7C5DB

Tints of Lavender Grey #C7C5DB

Color information

#C7C5DB (or 0xC7C5DB) is unknown color: approx Lavender Grey. HEX triplet: C7, C5 and DB. RGB value is (199,197,219). Sum of RGB (Red+Green+Blue) = 199+197+219=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5DB is #383A24. Grayscale: #C8C8C8. Windows color (decimal): -3684901 or 14403015. OLE color: 14403015.

HSL color Cylindrical-coordinate representation of color #C7C5DB: hue angle of 245.45º 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 #C7C5DB is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199197219-
CMYK0.090.1000.14
HSL245.45º23.4%81.57%-
HSV(B)245.45º10.05%85.88%-
XYZ56.3157.1975.09-
YUV200.11138.66127.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 197 (77.34% from 255) = 32.03%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=32.36%
G=32.03%
B=35.61%

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
Decimal1991972190.090.1000.14245.4523.481.57
HexC7C5DB9A0Ef51752
Octal307305333111201636527122
Binary110001111100010111011011100110100111011110101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5DB; }

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

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

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

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

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

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

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

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