#C7BFDC

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

Shades of Melrose #C7BFDC

Tints of Melrose #C7BFDC

Color information

#C7BFDC (or 0xC7BFDC) is unknown color: approx Melrose. HEX triplet: C7, BF and DC. RGB value is (199,191,220). Sum of RGB (Red+Green+Blue) = 199+191+220=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDC is #384023. Grayscale: #C4C4C4. Windows color (decimal): -3686436 or 14467015. OLE color: 14467015.

HSL color Cylindrical-coordinate representation of color #C7BFDC: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BFDC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199191220-
CMYK0.100.1300.14
HSL256.55º29.29%80.59%-
HSV(B)256.55º13.18%86.27%-
XYZ55.154.5775.34-
YUV196.7141.15129.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=32.62%
G=31.31%
B=36.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991912200.100.1300.14256.5529.2980.59
HexC7BFDCAD0E1011d51
Octal307277334121501640135121
Binary1100011110111111110111001010110101110100000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFDC; }

 p { color: rgb(199,191,220); }

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

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

 a { background-color: rgb(199,191,220); }

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

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

 span { border-color: rgb(199,191,220); }

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