#C9BFDF

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

Shades of Melrose #C9BFDF

Tints of Melrose #C9BFDF

Color information

#C9BFDF (or 0xC9BFDF) is unknown color: approx Melrose. HEX triplet: C9, BF and DF. RGB value is (201,191,223). Sum of RGB (Red+Green+Blue) = 201+191+223=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFDF is #364020. Grayscale: #C5C5C5. Windows color (decimal): -3555361 or 14663625. OLE color: 14663625.

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

Color convert

RGB201191223-
CMYK0.100.1400.13
HSL258.75º33.33%81.18%-
HSV(B)258.75º14.35%87.45%-
XYZ56.0455.0177.48-
YUV197.64142.31130.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.68%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 223 (87.5% from 255) = 36.26%
R=32.68%
G=31.06%
B=36.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011912230.100.1400.13258.7533.3381.18
HexC9BFDFAE0D1032151
Octal311277337121601540341121
Binary11001001101111111101111110101110011011000000111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BFDF; }

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

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

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

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

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

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

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

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