#c4b8e7

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

Shades of Melrose #C4B8E7

Tints of Melrose #C4B8E7

Color information

#C4B8E7 (or 0xC4B8E7) is unknown color: approx Melrose. HEX triplet: C4, B8 and E7. RGB value is (196,184,231). Sum of RGB (Red+Green+Blue) = 196+184+231=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #C4B8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B8E7 is #3B4718. Grayscale: #C0C0C0. Windows color (decimal): -3884825 or 15186116. OLE color: 15186116.

HSL color Cylindrical-coordinate representation of color #C4B8E7: hue angle of 255.32º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4B8E7 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196184231-
CMYK0.150.2000.09
HSL255.32º49.47%81.37%-
HSV(B)255.32º20.35%90.59%-
XYZ54.3351.7982.73-
YUV192.95149.48130.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.08%
GREEN value IS 184 (72.27% from 255) = 30.11%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=32.08%
G=30.11%
B=37.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961842310.150.2000.09255.3249.4781.37
HexC4B8E7F1409ff3151
Octal304270347172401137761121
Binary11000100101110001110011111111010001001111111111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b8e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b8e7; }

 p { color: rgb(196,184,231); }

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

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

 a { background-color: rgb(196,184,231); }

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

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

 span { border-color: rgb(196,184,231); }

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