#C7BCDA

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

Shades of Melrose #C7BCDA

Tints of Melrose #C7BCDA

Color information

#C7BCDA (or 0xC7BCDA) is unknown color: approx Melrose. HEX triplet: C7, BC and DA. RGB value is (199,188,218). Sum of RGB (Red+Green+Blue) = 199+188+218=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCDA is #384325. Grayscale: #C2C2C2. Windows color (decimal): -3687206 or 14335175. OLE color: 14335175.

HSL color Cylindrical-coordinate representation of color #C7BCDA: hue angle of 262º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BCDA is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199188218-
CMYK0.090.1400.15
HSL262º28.85%79.61%-
HSV(B)262º13.76%85.49%-
XYZ54.1953.1773.74-
YUV194.71141.14131.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=32.89%
G=31.07%
B=36.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991882180.090.1400.1526228.8579.61
HexC7BCDA9E0F1061d50
Octal307274332111601740635120
Binary1100011110111100110110101001111001111100000110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCDA; }

 p { color: rgb(199,188,218); }

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

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

 a { background-color: rgb(199,188,218); }

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

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

 span { border-color: rgb(199,188,218); }

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