#C4B7ED

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

Shades of Melrose #C4B7ED

Tints of Melrose #C4B7ED

Color information

#C4B7ED (or 0xC4B7ED) is unknown color: approx Melrose. HEX triplet: C4, B7 and ED. RGB value is (196,183,237). Sum of RGB (Red+Green+Blue) = 196+183+237=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B7ED is #3B4812. Grayscale: #C0C0C0. Windows color (decimal): -3885075 or 15579076. OLE color: 15579076.

HSL color Cylindrical-coordinate representation of color #C4B7ED: hue angle of 254.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B7ED is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196183237-
CMYK0.170.2300.07
HSL254.44º60%82.35%-
HSV(B)254.44º22.78%92.94%-
XYZ54.9851.7287.21-
YUV193.04152.81130.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=31.82%
G=29.71%
B=38.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961832370.170.2300.07254.446082.35
HexC4B7ED111707fe3c52
Octal30426735521270737674122
Binary11000100101101111110110110001101110111111111101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7ED; }

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

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

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

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

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

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

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

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