#C9C4DF

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

Shades of Melrose #C9C4DF

Tints of Melrose #C9C4DF

Color information

#C9C4DF (or 0xC9C4DF) is unknown color: approx Melrose. HEX triplet: C9, C4 and DF. RGB value is (201,196,223). Sum of RGB (Red+Green+Blue) = 201+196+223=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C4DF is #363B20. Grayscale: #C8C8C8. Windows color (decimal): -3554081 or 14664905. OLE color: 14664905.

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

Color convert

RGB201196223-
CMYK0.100.1200.13
HSL251.11º29.67%82.16%-
HSV(B)251.11º12.11%87.45%-
XYZ57.1557.2377.85-
YUV200.57140.66128.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.42%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=32.42%
G=31.61%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011962230.100.1200.13251.1129.6782.16
HexC9C4DFAC0Dfb1e52
Octal311304337121401537336122
Binary110010011100010011011111101011000110111111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4DF; }

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

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

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

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

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

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

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

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