#C5BFDD

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

Shades of Melrose #C5BFDD

Tints of Melrose #C5BFDD

Color information

#C5BFDD (or 0xC5BFDD) is unknown color: approx Melrose. HEX triplet: C5, BF and DD. RGB value is (197,191,221). Sum of RGB (Red+Green+Blue) = 197+191+221=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFDD is #3A4022. Grayscale: #C4C4C4. Windows color (decimal): -3817507 or 14532549. OLE color: 14532549.

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

Color convert

RGB197191221-
CMYK0.110.1400.13
HSL252º30.61%80.78%-
HSV(B)252º13.57%86.67%-
XYZ54.7154.3576.01-
YUV196.21141.99128.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 31.36%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=32.35%
G=31.36%
B=36.29%

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
Decimal1971912210.110.1400.1325230.6180.78
HexC5BFDDBE0Dfc1f51
Octal305277335131601537437121
Binary110001011011111111011101101111100110111111100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFDD; }

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

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

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

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

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

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

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

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