#C5BFDF

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

Shades of Melrose #C5BFDF

Tints of Melrose #C5BFDF

Color information

#C5BFDF (or 0xC5BFDF) is unknown color: approx Melrose. HEX triplet: C5, BF and DF. RGB value is (197,191,223). Sum of RGB (Red+Green+Blue) = 197+191+223=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDF is #3A4020. Grayscale: #C4C4C4. Windows color (decimal): -3817505 or 14663621. OLE color: 14663621.

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

Color convert

RGB197191223-
CMYK0.120.1400.13
HSL251.25º33.33%81.18%-
HSV(B)251.25º14.35%87.45%-
XYZ54.9854.4677.43-
YUV196.44142.99128.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.24%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=32.24%
G=31.26%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971912230.120.1400.13251.2533.3381.18
HexC5BFDFCE0Dfb2151
Octal305277337141601537341121
Binary1100010110111111110111111100111001101111110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFDF; }

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

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

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

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

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

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

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

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