#C7C2DB

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

Shades of Melrose #C7C2DB

Tints of Melrose #C7C2DB

Color information

#C7C2DB (or 0xC7C2DB) is unknown color: approx Melrose. HEX triplet: C7, C2 and DB. RGB value is (199,194,219). Sum of RGB (Red+Green+Blue) = 199+194+219=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2DB is #383D24. Grayscale: #C6C6C6. Windows color (decimal): -3685669 or 14402247. OLE color: 14402247.

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

Color convert

RGB199194219-
CMYK0.090.1100.14
HSL252º25.77%80.98%-
HSV(B)252º11.42%85.88%-
XYZ55.6355.8474.86-
YUV198.34139.66128.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.52%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 219 (85.94% from 255) = 35.78%
R=32.52%
G=31.70%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991942190.090.1100.1425225.7780.98
HexC7C2DB9B0Efc1a51
Octal307302333111301637432121
Binary110001111100001011011011100110110111011111100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2DB; }

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

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

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

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

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

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

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

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