#C6BFDF

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

Shades of Melrose #C6BFDF

Tints of Melrose #C6BFDF

Color information

#C6BFDF (or 0xC6BFDF) is unknown color: approx Melrose. HEX triplet: C6, BF and DF. RGB value is (198,191,223). Sum of RGB (Red+Green+Blue) = 198+191+223=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFDF is #394020. Grayscale: #C4C4C4. Windows color (decimal): -3751969 or 14663622. OLE color: 14663622.

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

Color convert

RGB198191223-
CMYK0.110.1400.13
HSL253.12º33.33%81.18%-
HSV(B)253.12º14.35%87.45%-
XYZ55.2454.677.44-
YUV196.74142.82128.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 223 (87.5% from 255) = 36.44%
R=32.35%
G=31.21%
B=36.44%

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
Decimal1981912230.110.1400.13253.1233.3381.18
HexC6BFDFBE0Dfd2151
Octal306277337131601537541121
Binary1100011010111111110111111011111001101111111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFDF; }

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

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

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

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

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

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

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

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