#C7BADD

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

Shades of Melrose #C7BADD

Tints of Melrose #C7BADD

Color information

#C7BADD (or 0xC7BADD) is unknown color: approx Melrose. HEX triplet: C7, BA and DD. RGB value is (199,186,221). Sum of RGB (Red+Green+Blue) = 199+186+221=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BADD is #384522. Grayscale: #C1C1C1. Windows color (decimal): -3687715 or 14531271. OLE color: 14531271.

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

Color convert

RGB199186221-
CMYK0.100.1600.13
HSL262.29º33.98%79.8%-
HSV(B)262.29º15.84%86.67%-
XYZ54.1652.4875.68-
YUV193.88143.31131.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.84%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=32.84%
G=30.69%
B=36.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991862210.100.1600.13262.2933.9879.8
HexC7BADDA100D1062250
Octal307272335122001540642120
Binary110001111011101011011101101010000011011000001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BADD; }

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

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

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

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

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

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

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

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