#C4B7DC

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

Shades of Melrose #C4B7DC

Tints of Melrose #C4B7DC

Color information

#C4B7DC (or 0xC4B7DC) is unknown color: approx Melrose. HEX triplet: C4, B7 and DC. RGB value is (196,183,220). Sum of RGB (Red+Green+Blue) = 196+183+220=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7DC is #3B4823. Grayscale: #BEBEBE. Windows color (decimal): -3885092 or 14464964. OLE color: 14464964.

HSL color Cylindrical-coordinate representation of color #C4B7DC: hue angle of 261.08º 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 #C4B7DC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196183220-
CMYK0.110.1700.14
HSL261.08º34.58%79.02%-
HSV(B)261.08º16.82%86.27%-
XYZ52.6250.7774.74-
YUV191.1144.31131.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.72%
GREEN value IS 183 (71.88% from 255) = 30.55%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=32.72%
G=30.55%
B=36.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961832200.110.1700.14261.0834.5879.02
HexC4B7DCB110E105234f
Octal304267334132101640543117
Binary110001001011011111011100101110001011101000001011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7DC; }

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

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

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

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

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

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

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

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