#C9C4DC

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

Shades of Melrose #C9C4DC

Tints of Melrose #C9C4DC

Color information

#C9C4DC (or 0xC9C4DC) is unknown color: approx Melrose. HEX triplet: C9, C4 and DC. RGB value is (201,196,220). Sum of RGB (Red+Green+Blue) = 201+196+220=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4DC is #363B23. Grayscale: #C8C8C8. Windows color (decimal): -3554084 or 14468297. OLE color: 14468297.

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

Color convert

RGB201196220-
CMYK0.090.1100.14
HSL252.5º25.53%81.57%-
HSV(B)252.5º10.91%86.27%-
XYZ56.7557.0675.73-
YUV200.23139.16128.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.58%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=32.58%
G=31.77%
B=35.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011962200.090.1100.14252.525.5381.57
HexC9C4DC9B0Efc1a52
Octal311304334111301637432122
Binary110010011100010011011100100110110111011111100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4DC; }

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

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

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

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

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

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

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

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