#C3B9DA

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

Shades of Melrose #C3B9DA

Tints of Melrose #C3B9DA

Color information

#C3B9DA (or 0xC3B9DA) is unknown color: approx Melrose. HEX triplet: C3, B9 and DA. RGB value is (195,185,218). Sum of RGB (Red+Green+Blue) = 195+185+218=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9DA is #3C4625. Grayscale: #BFBFBF. Windows color (decimal): -3950118 or 14334403. OLE color: 14334403.

HSL color Cylindrical-coordinate representation of color #C3B9DA: hue angle of 258.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B9DA is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195185218-
CMYK0.110.1500.15
HSL258.18º30.84%79.02%-
HSV(B)258.18º15.14%85.49%-
XYZ52.5151.3673.48-
YUV191.75142.81130.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.61%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=32.61%
G=30.94%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951852180.110.1500.15258.1830.8479.02
HexC3B9DABF0F1021f4f
Octal303271332131701740237117
Binary1100001110111001110110101011111101111100000010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B9DA; }

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

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

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

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

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

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

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

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