#C7C2DF

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

Shades of Melrose #C7C2DF

Tints of Melrose #C7C2DF

Color information

#C7C2DF (or 0xC7C2DF) is unknown color: approx Melrose. HEX triplet: C7, C2 and DF. RGB value is (199,194,223). Sum of RGB (Red+Green+Blue) = 199+194+223=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2DF is #383D20. Grayscale: #C6C6C6. Windows color (decimal): -3685665 or 14664391. OLE color: 14664391.

HSL color Cylindrical-coordinate representation of color #C7C2DF: hue angle of 250.34º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7C2DF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199194223-
CMYK0.110.1300.13
HSL250.34º31.18%81.76%-
HSV(B)250.34º13%87.45%-
XYZ56.1656.0577.67-
YUV198.8141.66128.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.31%
GREEN value IS 194 (76.17% from 255) = 31.49%
BLUE value IS 223 (87.5% from 255) = 36.20%
R=32.31%
G=31.49%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991942230.110.1300.13250.3431.1881.76
HexC7C2DFBD0Dfa1f52
Octal307302337131501537237122
Binary110001111100001011011111101111010110111111010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2DF; }

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

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

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

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

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

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

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

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