#C2B7DC

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

Shades of Melrose #C2B7DC

Tints of Melrose #C2B7DC

Color information

#C2B7DC (or 0xC2B7DC) is unknown color: approx Melrose. HEX triplet: C2, B7 and DC. RGB value is (194,183,220). Sum of RGB (Red+Green+Blue) = 194+183+220=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7DC is #3D4823. Grayscale: #BEBEBE. Windows color (decimal): -4016164 or 14464962. OLE color: 14464962.

HSL color Cylindrical-coordinate representation of color #C2B7DC: hue angle of 257.84º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2B7DC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194183220-
CMYK0.120.1700.14
HSL257.84º34.58%79.02%-
HSV(B)257.84º16.82%86.27%-
XYZ52.150.574.71-
YUV190.51144.64130.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=32.50%
G=30.65%
B=36.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941832200.120.1700.14257.8434.5879.02
HexC2B7DCC110E102234f
Octal302267334142101640243117
Binary110000101011011111011100110010001011101000000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7DC; }

 p { color: rgb(194,183,220); }

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

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

 a { background-color: rgb(194,183,220); }

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

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

 span { border-color: rgb(194,183,220); }

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