#C9BFDD

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

Shades of Melrose #C9BFDD

Tints of Melrose #C9BFDD

Color information

#C9BFDD (or 0xC9BFDD) is unknown color: approx Melrose. HEX triplet: C9, BF and DD. RGB value is (201,191,221). Sum of RGB (Red+Green+Blue) = 201+191+221=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDD is #364022. Grayscale: #C5C5C5. Windows color (decimal): -3555363 or 14532553. OLE color: 14532553.

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

Color convert

RGB201191221-
CMYK0.090.1400.13
HSL260º30.61%80.78%-
HSV(B)260º13.57%86.67%-
XYZ55.7754.976.06-
YUV197.41141.31130.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=32.79%
G=31.16%
B=36.05%

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
Decimal2011912210.090.1400.1326030.6180.78
HexC9BFDD9E0D1041f51
Octal311277335111601540437121
Binary1100100110111111110111011001111001101100000100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFDD; }

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

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

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

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

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

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

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

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