#C9B9DF

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

Shades of Melrose #C9B9DF

Tints of Melrose #C9B9DF

Color information

#C9B9DF (or 0xC9B9DF) is unknown color: approx Melrose. HEX triplet: C9, B9 and DF. RGB value is (201,185,223). Sum of RGB (Red+Green+Blue) = 201+185+223=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9B9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9DF is #364620. Grayscale: #C1C1C1. Windows color (decimal): -3556897 or 14662089. OLE color: 14662089.

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

Color convert

RGB201185223-
CMYK0.100.1700.13
HSL265.26º37.25%80%-
HSV(B)265.26º17.04%87.45%-
XYZ54.7652.4477.05-
YUV194.12144.3132.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 185 (72.66% from 255) = 30.38%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=33.00%
G=30.38%
B=36.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011852230.100.1700.13265.2637.2580
HexC9B9DFA110D1092550
Octal311271337122101541145120
Binary110010011011100111011111101010001011011000010011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9DF; }

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

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

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

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

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

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

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

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