#C9BDEB

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

Shades of Melrose #C9BDEB

Tints of Melrose #C9BDEB

Color information

#C9BDEB (or 0xC9BDEB) is unknown color: approx Melrose. HEX triplet: C9, BD and EB. RGB value is (201,189,235). Sum of RGB (Red+Green+Blue) = 201+189+235=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDEB is #364214. Grayscale: #C5C5C5. Windows color (decimal): -3555861 or 15449545. OLE color: 15449545.

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

Color convert

RGB201189235-
CMYK0.140.2000.08
HSL255.65º53.49%83.14%-
HSV(B)255.65º19.57%92.16%-
XYZ57.2854.8186.16-
YUV197.83148.98130.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.16%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=32.16%
G=30.24%
B=37.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011892350.140.2000.08255.6553.4983.14
HexC9BDEBE14081003553
Octal311275353162401040065123
Binary110010011011110111101011111010100010001000000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDEB; }

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

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

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

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

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

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

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

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