#C3BADD

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

Shades of Melrose #C3BADD

Tints of Melrose #C3BADD

Color information

#C3BADD (or 0xC3BADD) is unknown color: approx Melrose. HEX triplet: C3, BA and DD. RGB value is (195,186,221). Sum of RGB (Red+Green+Blue) = 195+186+221=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BADD is #3C4522. Grayscale: #C0C0C0. Windows color (decimal): -3949859 or 14531267. OLE color: 14531267.

HSL color Cylindrical-coordinate representation of color #C3BADD: hue angle of 255.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BADD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195186221-
CMYK0.120.1600.13
HSL255.43º33.98%79.8%-
HSV(B)255.43º15.84%86.67%-
XYZ53.1251.9475.63-
YUV192.68143.98129.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.39%
GREEN value IS 186 (73.05% from 255) = 30.90%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=32.39%
G=30.90%
B=36.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951862210.120.1600.13255.4333.9879.8
HexC3BADDC100Dff2250
Octal303272335142001537742120
Binary11000011101110101101110111001000001101111111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BADD; }

 p { color: rgb(195,186,221); }

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

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

 a { background-color: rgb(195,186,221); }

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

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

 span { border-color: rgb(195,186,221); }

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