#C9C0DC

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

Shades of Melrose #C9C0DC

Tints of Melrose #C9C0DC

Color information

#C9C0DC (or 0xC9C0DC) is unknown color: approx Melrose. HEX triplet: C9, C0 and DC. RGB value is (201,192,220). Sum of RGB (Red+Green+Blue) = 201+192+220=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DC is #363F23. Grayscale: #C5C5C5. Windows color (decimal): -3555108 or 14467273. OLE color: 14467273.

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

Color convert

RGB201192220-
CMYK0.090.1300.14
HSL259.29º28.57%80.78%-
HSV(B)259.29º12.73%86.27%-
XYZ55.8655.2875.44-
YUV197.88140.48130.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=32.79%
G=31.32%
B=35.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011922200.090.1300.14259.2928.5780.78
HexC9C0DC9D0E1031d51
Octal311300334111501640335121
Binary1100100111000000110111001001110101110100000011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0DC; }

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

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

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

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

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

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

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

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