#C9B9EB

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

Shades of Melrose #C9B9EB

Tints of Melrose #C9B9EB

Color information

#C9B9EB (or 0xC9B9EB) is unknown color: approx Melrose. HEX triplet: C9, B9 and EB. RGB value is (201,185,235). Sum of RGB (Red+Green+Blue) = 201+185+235=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9B9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9EB is #364614. Grayscale: #C3C3C3. Windows color (decimal): -3556885 or 15448521. OLE color: 15448521.

HSL color Cylindrical-coordinate representation of color #C9B9EB: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9B9EB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201185235-
CMYK0.140.2100.08
HSL259.2º55.56%82.35%-
HSV(B)259.2º21.28%92.16%-
XYZ56.4353.1185.87-
YUV195.48150.3131.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.37%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=32.37%
G=29.79%
B=37.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011852350.140.2100.08259.255.5682.35
HexC9B9EBE15081033852
Octal311271353162501040370122
Binary110010011011100111101011111010101010001000000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9EB; }

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

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

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

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

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

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

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

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