#C5C0DB

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

Shades of Melrose #C5C0DB

Tints of Melrose #C5C0DB

Color information

#C5C0DB (or 0xC5C0DB) is unknown color: approx Melrose. HEX triplet: C5, C0 and DB. RGB value is (197,192,219). Sum of RGB (Red+Green+Blue) = 197+192+219=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 192 (75.39% from 255 or 31.58% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C0DB is #3A3F24. Grayscale: #C4C4C4. Windows color (decimal): -3817253 or 14401733. OLE color: 14401733.

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

Color convert

RGB197192219-
CMYK0.100.1200.14
HSL251.11º27.27%80.59%-
HSV(B)251.11º12.33%85.88%-
XYZ54.6654.6874.69-
YUV196.57140.66128.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 192 (75.39% from 255) = 31.58%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=32.40%
G=31.58%
B=36.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971922190.100.1200.14251.1127.2780.59
HexC5C0DBAC0Efb1b51
Octal305300333121401637333121
Binary110001011100000011011011101011000111011111011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0DB; }

 p { color: rgb(197,192,219); }

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

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

 a { background-color: rgb(197,192,219); }

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

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

 span { border-color: rgb(197,192,219); }

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