#C7C4E9

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

Shades of Lavender Grey #C7C4E9

Tints of Lavender Grey #C7C4E9

Color information

#C7C4E9 (or 0xC7C4E9) is unknown color: approx Lavender Grey. HEX triplet: C7, C4 and E9. RGB value is (199,196,233). Sum of RGB (Red+Green+Blue) = 199+196+233=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #C7C4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C4E9 is #383B16. Grayscale: #C8C8C8. Windows color (decimal): -3685143 or 15320263. OLE color: 15320263.

HSL color Cylindrical-coordinate representation of color #C7C4E9: hue angle of 244.86º degrees, saturation: 0.46, 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 #C7C4E9 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199196233-
CMYK0.150.1600.09
HSL244.86º45.68%84.12%-
HSV(B)244.86º15.88%91.37%-
XYZ5857.5185.13-
YUV201.12145.99126.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.69%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=31.69%
G=31.21%
B=37.10%

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
Decimal1991962330.150.1600.09244.8645.6884.12
HexC7C4E9F1009f52e54
Octal307304351172001136556124
Binary11000111110001001110100111111000001001111101011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4E9; }

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

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

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

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

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

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

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

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