#C9BFDC

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

Shades of Melrose #C9BFDC

Tints of Melrose #C9BFDC

Color information

#C9BFDC (or 0xC9BFDC) is unknown color: approx Melrose. HEX triplet: C9, BF and DC. RGB value is (201,191,220). Sum of RGB (Red+Green+Blue) = 201+191+220=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDC is #364023. Grayscale: #C5C5C5. Windows color (decimal): -3555364 or 14467017. OLE color: 14467017.

HSL color Cylindrical-coordinate representation of color #C9BFDC: hue angle of 260.69º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9BFDC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201191220-
CMYK0.090.1300.14
HSL260.69º29.29%80.59%-
HSV(B)260.69º13.18%86.27%-
XYZ55.6454.8575.36-
YUV197.3140.81130.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=32.84%
G=31.21%
B=35.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011912200.090.1300.14260.6929.2980.59
HexC9BFDC9D0E1051d51
Octal311277334111501640535121
Binary1100100110111111110111001001110101110100000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFDC; }

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

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

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

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

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

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

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

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