#C4B3FC

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

Shades of Melrose #C4B3FC

Tints of Melrose #C4B3FC

Color information

#C4B3FC (or 0xC4B3FC) is unknown color: approx Melrose. HEX triplet: C4, B3 and FC. RGB value is (196,179,252). Sum of RGB (Red+Green+Blue) = 196+179+252=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 179 (70.31% from 255 or 28.55% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4B3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B3FC is #3B4C03. Grayscale: #C0C0C0. Windows color (decimal): -3886084 or 16561092. OLE color: 16561092.

HSL color Cylindrical-coordinate representation of color #C4B3FC: hue angle of 253.97º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4B3FC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196179252-
CMYK0.220.2900.01
HSL253.97º92.41%84.51%-
HSV(B)253.97º28.97%98.82%-
XYZ56.465198.96-
YUV192.4161.63130.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.26%
GREEN value IS 179 (70.31% from 255) = 28.55%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=31.26%
G=28.55%
B=40.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961792520.220.2900.01253.9792.4184.51
HexC4B3FC161D01fe5c55
Octal304263374263501376134125
Binary1100010010110011111111001011011101011111111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3FC; }

 p { color: rgb(196,179,252); }

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

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

 a { background-color: rgb(196,179,252); }

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

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

 span { border-color: rgb(196,179,252); }

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