#C7C1D3

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

Shades of Melrose #C7C1D3

Tints of Melrose #C7C1D3

Color information

#C7C1D3 (or 0xC7C1D3) is unknown color: approx Melrose. HEX triplet: C7, C1 and D3. RGB value is (199,193,211). Sum of RGB (Red+Green+Blue) = 199+193+211=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #C7C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C1D3 is #383E2C. Grayscale: #C4C4C4. Windows color (decimal): -3685933 or 13877703. OLE color: 13877703.

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

Color convert

RGB199193211-
CMYK0.060.0900.17
HSL260º16.98%79.22%-
HSV(B)260º8.53%82.75%-
XYZ54.3854.9969.38-
YUV196.85135.99129.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 193 (75.78% from 255) = 32.01%
BLUE value IS 211 (82.81% from 255) = 34.99%
R=33.00%
G=32.01%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1991932110.060.0900.1726016.9879.22
HexC7C1D369011104114f
Octal30730132361102140421117
Binary1100011111000001110100111101001010001100000100100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C1D3; }

 p { color: rgb(199,193,211); }

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

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

 a { background-color: rgb(199,193,211); }

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

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

 span { border-color: rgb(199,193,211); }

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