#C6BDDF

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

Shades of Melrose #C6BDDF

Tints of Melrose #C6BDDF

Color information

#C6BDDF (or 0xC6BDDF) is unknown color: approx Melrose. HEX triplet: C6, BD and DF. RGB value is (198,189,223). Sum of RGB (Red+Green+Blue) = 198+189+223=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDDF is #394220. Grayscale: #C3C3C3. Windows color (decimal): -3752481 or 14663110. OLE color: 14663110.

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

Color convert

RGB198189223-
CMYK0.110.1500.13
HSL255.88º34.69%80.78%-
HSV(B)255.88º15.25%87.45%-
XYZ54.8153.7377.29-
YUV195.57143.48129.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.46%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=32.46%
G=30.98%
B=36.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981892230.110.1500.13255.8834.6980.78
HexC6BDDFBF0D1002351
Octal306275337131701540043121
Binary11000110101111011101111110111111011011000000001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDDF; }

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

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

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

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

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

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

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

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