#C9C0DD

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

Shades of Melrose #C9C0DD

Tints of Melrose #C9C0DD

Color information

#C9C0DD (or 0xC9C0DD) is unknown color: approx Melrose. HEX triplet: C9, C0 and DD. RGB value is (201,192,221). Sum of RGB (Red+Green+Blue) = 201+192+221=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9C0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C0DD is #363F22. Grayscale: #C5C5C5. Windows color (decimal): -3555107 or 14532809. OLE color: 14532809.

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

Color convert

RGB201192221-
CMYK0.090.1300.13
HSL258.62º29.9%80.98%-
HSV(B)258.62º13.12%86.67%-
XYZ55.9955.3476.14-
YUV198140.98130.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.74%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=32.74%
G=31.27%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011922210.090.1300.13258.6229.980.98
HexC9C0DD9D0D1031e51
Octal311300335111501540336121
Binary1100100111000000110111011001110101101100000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C0DD; }

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

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

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

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

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

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

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

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