#C4B6EF

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

Shades of Melrose #C4B6EF

Tints of Melrose #C4B6EF

Color information

#C4B6EF (or 0xC4B6EF) is unknown color: approx Melrose. HEX triplet: C4, B6 and EF. RGB value is (196,182,239). Sum of RGB (Red+Green+Blue) = 196+182+239=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B6EF is #3B4910. Grayscale: #C0C0C0. Windows color (decimal): -3885329 or 15709892. OLE color: 15709892.

HSL color Cylindrical-coordinate representation of color #C4B6EF: hue angle of 254.74º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4B6EF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196182239-
CMYK0.180.2400.06
HSL254.74º64.04%82.55%-
HSV(B)254.74º23.85%93.73%-
XYZ55.0751.4288.68-
YUV192.68154.14130.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.77%
GREEN value IS 182 (71.48% from 255) = 29.50%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=31.77%
G=29.50%
B=38.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961822390.180.2400.06254.7464.0482.55
HexC4B6EF121806ff4053
Octal304266357223006377100123
Binary110001001011011011101111100101100001101111111110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B6EF; }

 p { color: rgb(196,182,239); }

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

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

 a { background-color: rgb(196,182,239); }

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

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

 span { border-color: rgb(196,182,239); }

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