#C7C8DC

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

Shades of Lavender Grey #C7C8DC

Tints of Lavender Grey #C7C8DC

Color information

#C7C8DC (or 0xC7C8DC) is unknown color: approx Lavender Grey. HEX triplet: C7, C8 and DC. RGB value is (199,200,220). Sum of RGB (Red+Green+Blue) = 199+200+220=619 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.15% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8DC is #383723. Grayscale: #C9C9C9. Windows color (decimal): -3684132 or 14469319. OLE color: 14469319.

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

Color convert

RGB199200220-
CMYK0.100.0900.14
HSL237.14º23.08%82.16%-
HSV(B)237.14º9.55%86.27%-
XYZ57.1358.6276.01-
YUV201.98138.17125.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.15%
GREEN value IS 200 (78.52% from 255) = 32.31%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=32.15%
G=32.31%
B=35.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992002200.100.0900.14237.1423.0882.16
HexC7C8DCA90Eed1752
Octal307310334121101635527122
Binary110001111100100011011100101010010111011101101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8DC; }

 p { color: rgb(199,200,220); }

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

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

 a { background-color: rgb(199,200,220); }

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

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

 span { border-color: rgb(199,200,220); }

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