#C7C8DB

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

Shades of Lavender Grey #C7C8DB

Tints of Lavender Grey #C7C8DB

Color information

#C7C8DB (or 0xC7C8DB) is unknown color: approx Lavender Grey. HEX triplet: C7, C8 and DB. RGB value is (199,200,219). Sum of RGB (Red+Green+Blue) = 199+200+219=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C8DB is #383724. Grayscale: #C9C9C9. Windows color (decimal): -3684133 or 14403783. OLE color: 14403783.

HSL color Cylindrical-coordinate representation of color #C7C8DB: hue angle of 237º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7C8DB is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199200219-
CMYK0.090.0900.14
HSL237º21.74%81.96%-
HSV(B)237º9.13%85.88%-
XYZ56.9958.5775.32-
YUV201.87137.67125.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=32.20%
G=32.36%
B=35.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992002190.090.0900.1423721.7481.96
HexC7C8DB990Eed1652
Octal307310333111101635526122
Binary110001111100100011011011100110010111011101101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C8DB; }

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

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

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

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

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

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

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

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