#c9bedf

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

Shades of Melrose #C9BEDF

Tints of Melrose #C9BEDF

Color information

#C9BEDF (or 0xC9BEDF) is unknown color: approx Melrose. HEX triplet: C9, BE and DF. RGB value is (201,190,223). Sum of RGB (Red+Green+Blue) = 201+190+223=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEDF is #364120. Grayscale: #C4C4C4. Windows color (decimal): -3555617 or 14663369. OLE color: 14663369.

HSL color Cylindrical-coordinate representation of color #C9BEDF: hue angle of 260º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BEDF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201190223-
CMYK0.100.1500.13
HSL260º34.02%80.98%-
HSV(B)260º14.8%87.45%-
XYZ55.8254.5777.4-
YUV197.05142.64130.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=32.74%
G=30.94%
B=36.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011902230.100.1500.1326034.0280.98
HexC9BEDFAF0D1042251
Octal311276337121701540442121
Binary11001001101111101101111110101111011011000001001000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9bedf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9bedf; }

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

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

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

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

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

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

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

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