#C9BEDA

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

Shades of Melrose #C9BEDA

Tints of Melrose #C9BEDA

Color information

#C9BEDA (or 0xC9BEDA) is unknown color: approx Melrose. HEX triplet: C9, BE and DA. RGB value is (201,190,218). Sum of RGB (Red+Green+Blue) = 201+190+218=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDA is #364125. Grayscale: #C4C4C4. Windows color (decimal): -3555622 or 14335689. OLE color: 14335689.

HSL color Cylindrical-coordinate representation of color #C9BEDA: hue angle of 263.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BEDA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201190218-
CMYK0.080.1300.15
HSL263.57º27.45%80%-
HSV(B)263.57º12.84%85.49%-
XYZ55.1654.3173.9-
YUV196.48140.14131.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=33.00%
G=31.20%
B=35.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011902180.080.1300.15263.5727.4580
HexC9BEDA8D0F1081b50
Octal311276332101501741033120
Binary1100100110111110110110101000110101111100001000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEDA; }

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

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

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

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

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

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

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

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