#C7C8D4

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

Shades of Lavender Grey #C7C8D4

Tints of Lavender Grey #C7C8D4

Color information

#C7C8D4 (or 0xC7C8D4) is unknown color: approx Lavender Grey. HEX triplet: C7, C8 and D4. RGB value is (199,200,212). Sum of RGB (Red+Green+Blue) = 199+200+212=611 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.57% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7C8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8D4 is #38372B. Grayscale: #C9C9C9. Windows color (decimal): -3684140 or 13945031. OLE color: 13945031.

HSL color Cylindrical-coordinate representation of color #C7C8D4: hue angle of 235.38º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C7C8D4 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB199200212-
CMYK0.060.0600.17
HSL235.38º13.13%80.59%-
HSV(B)235.38º6.13%83.14%-
XYZ56.0958.270.57-
YUV201.07134.17126.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.57%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=32.57%
G=32.73%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992002120.060.0600.17235.3813.1380.59
HexC7C8D466011ebd51
Octal3073103246602135315121
Binary1100011111001000110101001101100100011110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8D4; }

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

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

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

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

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

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

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

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