#C7C4D7

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

Shades of Lavender Grey #C7C4D7

Tints of Lavender Grey #C7C4D7

Color information

#C7C4D7 (or 0xC7C4D7) is unknown color: approx Lavender Grey. HEX triplet: C7, C4 and D7. RGB value is (199,196,215). Sum of RGB (Red+Green+Blue) = 199+196+215=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #C7C4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4D7 is #383B28. Grayscale: #C6C6C6. Windows color (decimal): -3685161 or 14140615. OLE color: 14140615.

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

Color convert

RGB199196215-
CMYK0.070.0900.16
HSL249.47º19.19%80.59%-
HSV(B)249.47º8.84%84.31%-
XYZ55.5656.5372.27-
YUV199.06136.99127.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 196 (76.95% from 255) = 32.13%
BLUE value IS 215 (84.38% from 255) = 35.25%
R=32.62%
G=32.13%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991962150.070.0900.16249.4719.1980.59
HexC7C4D779010f91351
Octal30730432771102037123121
Binary110001111100010011010111111100101000011111001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4D7; }

 p { color: rgb(199,196,215); }

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

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

 a { background-color: rgb(199,196,215); }

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

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

 span { border-color: rgb(199,196,215); }

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