#C2BADD

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

Shades of Melrose #C2BADD

Tints of Melrose #C2BADD

Color information

#C2BADD (or 0xC2BADD) is unknown color: approx Melrose. HEX triplet: C2, BA and DD. RGB value is (194,186,221). Sum of RGB (Red+Green+Blue) = 194+186+221=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BADD is #3D4522. Grayscale: #C0C0C0. Windows color (decimal): -4015395 or 14531266. OLE color: 14531266.

HSL color Cylindrical-coordinate representation of color #C2BADD: hue angle of 253.71º 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 #C2BADD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194186221-
CMYK0.120.1600.13
HSL253.71º33.98%79.8%-
HSV(B)253.71º15.84%86.67%-
XYZ52.8651.8175.62-
YUV192.38144.15129.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 186 (73.05% from 255) = 30.95%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=32.28%
G=30.95%
B=36.77%

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
Decimal1941862210.120.1600.13253.7133.9879.8
HexC2BADDC100Dfe2250
Octal302272335142001537642120
Binary11000010101110101101110111001000001101111111101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BADD; }

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

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

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

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

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

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

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

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