#C3B9E7

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

Shades of Melrose #C3B9E7

Tints of Melrose #C3B9E7

Color information

#C3B9E7 (or 0xC3B9E7) is unknown color: approx Melrose. HEX triplet: C3, B9 and E7. RGB value is (195,185,231). Sum of RGB (Red+Green+Blue) = 195+185+231=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 185 (72.66% from 255 or 30.28% 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 #C3B9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B9E7 is #3C4618. Grayscale: #C1C1C1. Windows color (decimal): -3950105 or 15186371. OLE color: 15186371.

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

Color convert

RGB195185231-
CMYK0.160.2000.09
HSL253.04º48.94%81.57%-
HSV(B)253.04º19.91%90.59%-
XYZ54.2852.0782.79-
YUV193.23149.31129.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 231 (90.62% from 255) = 37.81%
R=31.91%
G=30.28%
B=37.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951852310.160.2000.09253.0448.9481.57
HexC3B9E7101409fd3152
Octal303271347202401137561122
Binary110000111011100111100111100001010001001111111011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9E7; }

 p { color: rgb(195,185,231); }

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

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

 a { background-color: rgb(195,185,231); }

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

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

 span { border-color: rgb(195,185,231); }

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