#C9C5DD

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

Shades of Melrose #C9C5DD

Tints of Melrose #C9C5DD

Color information

#C9C5DD (or 0xC9C5DD) is unknown color: approx Melrose. HEX triplet: C9, C5 and DD. RGB value is (201,197,221). Sum of RGB (Red+Green+Blue) = 201+197+221=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C5DD is #363A22. Grayscale: #C8C8C8. Windows color (decimal): -3553827 or 14534089. OLE color: 14534089.

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

Color convert

RGB201197221-
CMYK0.090.1100.13
HSL250º26.09%81.96%-
HSV(B)250º10.86%86.67%-
XYZ57.157.5776.51-
YUV200.93139.33128.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.47%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=32.47%
G=31.83%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011972210.090.1100.1325026.0981.96
HexC9C5DD9B0Dfa1a52
Octal311305335111301537232122
Binary110010011100010111011101100110110110111111010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C5DD; }

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

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

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

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

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

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

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

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