#C6BDEB

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

Shades of Melrose #C6BDEB

Tints of Melrose #C6BDEB

Color information

#C6BDEB (or 0xC6BDEB) is unknown color: approx Melrose. HEX triplet: C6, BD and EB. RGB value is (198,189,235). Sum of RGB (Red+Green+Blue) = 198+189+235=622 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.83% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDEB is #394214. Grayscale: #C4C4C4. Windows color (decimal): -3752469 or 15449542. OLE color: 15449542.

HSL color Cylindrical-coordinate representation of color #C6BDEB: hue angle of 251.74º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6BDEB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198189235-
CMYK0.160.2000.08
HSL251.74º53.49%83.14%-
HSV(B)251.74º19.57%92.16%-
XYZ56.4854.486.12-
YUV196.93149.48128.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.83%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=31.83%
G=30.39%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981892350.160.2000.08251.7453.4983.14
HexC6BDEB101408fc3553
Octal306275353202401037465123
Binary110001101011110111101011100001010001000111111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BDEB; }

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

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

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

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

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

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

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

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