#C4B7EC

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

Shades of Melrose #C4B7EC

Tints of Melrose #C4B7EC

Color information

#C4B7EC (or 0xC4B7EC) is unknown color: approx Melrose. HEX triplet: C4, B7 and EC. RGB value is (196,183,236). Sum of RGB (Red+Green+Blue) = 196+183+236=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C4B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B7EC is #3B4813. Grayscale: #C0C0C0. Windows color (decimal): -3885076 or 15513540. OLE color: 15513540.

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

Color convert

RGB196183236-
CMYK0.170.2200.07
HSL254.72º58.24%82.16%-
HSV(B)254.72º22.46%92.55%-
XYZ54.8451.6686.44-
YUV192.93152.31130.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=31.87%
G=29.76%
B=38.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961832360.170.2200.07254.7258.2482.16
HexC4B7EC111607ff3a52
Octal30426735421260737772122
Binary11000100101101111110110010001101100111111111111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B7EC; }

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

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

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

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

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

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

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

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