#C7BFDF

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

Shades of Melrose #C7BFDF

Tints of Melrose #C7BFDF

Color information

#C7BFDF (or 0xC7BFDF) is unknown color: approx Melrose. HEX triplet: C7, BF and DF. RGB value is (199,191,223). Sum of RGB (Red+Green+Blue) = 199+191+223=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDF is #384020. Grayscale: #C4C4C4. Windows color (decimal): -3686433 or 14663623. OLE color: 14663623.

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

Color convert

RGB199191223-
CMYK0.110.1400.13
HSL255º33.33%81.18%-
HSV(B)255º14.35%87.45%-
XYZ55.554.7377.45-
YUV197.04142.65129.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.46%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=32.46%
G=31.16%
B=36.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991912230.110.1400.1325533.3381.18
HexC7BFDFBE0Dff2151
Octal307277337131601537741121
Binary1100011110111111110111111011111001101111111111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFDF; }

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

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

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

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

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

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

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

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