#C4B4EF

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

Shades of Melrose #C4B4EF

Tints of Melrose #C4B4EF

Color information

#C4B4EF (or 0xC4B4EF) is unknown color: approx Melrose. HEX triplet: C4, B4 and EF. RGB value is (196,180,239). Sum of RGB (Red+Green+Blue) = 196+180+239=615 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.87% from 615); Green value is 180 (70.70% from 255 or 29.27% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B4EF is #3B4B10. Grayscale: #BFBFBF. Windows color (decimal): -3885841 or 15709380. OLE color: 15709380.

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

Color convert

RGB196180239-
CMYK0.180.2500.06
HSL256.27º64.84%82.16%-
HSV(B)256.27º24.69%93.73%-
XYZ54.6750.6188.55-
YUV191.51154.8131.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.87%
GREEN value IS 180 (70.70% from 255) = 29.27%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=31.87%
G=29.27%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961802390.180.2500.06256.2764.8482.16
HexC4B4EF1219061004152
Octal304264357223106400101122
Binary1100010010110100111011111001011001011010000000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4EF; }

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

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

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

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

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

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

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

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