#C9BEDD

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

Shades of Melrose #C9BEDD

Tints of Melrose #C9BEDD

Color information

#C9BEDD (or 0xC9BEDD) is unknown color: approx Melrose. HEX triplet: C9, BE and DD. RGB value is (201,190,221). Sum of RGB (Red+Green+Blue) = 201+190+221=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDD is #364122. Grayscale: #C4C4C4. Windows color (decimal): -3555619 or 14532297. OLE color: 14532297.

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

Color convert

RGB201190221-
CMYK0.090.1400.13
HSL261.29º31.31%80.59%-
HSV(B)261.29º14.03%86.67%-
XYZ55.5554.4675.99-
YUV196.82141.64130.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=32.84%
G=31.05%
B=36.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011902210.090.1400.13261.2931.3180.59
HexC9BEDD9E0D1051f51
Octal311276335111601540537121
Binary1100100110111110110111011001111001101100000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEDD; }

 p { color: rgb(201,190,221); }

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

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

 a { background-color: rgb(201,190,221); }

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

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

 span { border-color: rgb(201,190,221); }

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