#C6BFDE

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

Shades of Melrose #C6BFDE

Tints of Melrose #C6BFDE

Color information

#C6BFDE (or 0xC6BFDE) is unknown color: approx Melrose. HEX triplet: C6, BF and DE. RGB value is (198,191,222). Sum of RGB (Red+Green+Blue) = 198+191+222=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDE is #394021. Grayscale: #C4C4C4. Windows color (decimal): -3751970 or 14598086. OLE color: 14598086.

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

Color convert

RGB198191222-
CMYK0.110.1400.13
HSL253.55º31.96%80.98%-
HSV(B)253.55º13.96%87.06%-
XYZ55.154.5476.73-
YUV196.63142.32128.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.41%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=32.41%
G=31.26%
B=36.33%

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
Decimal1981912220.110.1400.13253.5531.9680.98
HexC6BFDEBE0Dfe2051
Octal306277336131601537640121
Binary1100011010111111110111101011111001101111111101000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFDE; }

 p { color: rgb(198,191,222); }

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

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

 a { background-color: rgb(198,191,222); }

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

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

 span { border-color: rgb(198,191,222); }

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