#C9C2DA

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

Shades of Melrose #C9C2DA

Tints of Melrose #C9C2DA

Color information

#C9C2DA (or 0xC9C2DA) is unknown color: approx Melrose. HEX triplet: C9, C2 and DA. RGB value is (201,194,218). Sum of RGB (Red+Green+Blue) = 201+194+218=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C2DA is #363D25. Grayscale: #C6C6C6. Windows color (decimal): -3554598 or 14336713. OLE color: 14336713.

HSL color Cylindrical-coordinate representation of color #C9C2DA: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9C2DA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201194218-
CMYK0.080.1100.15
HSL257.5º24.49%80.78%-
HSV(B)257.5º11.01%85.49%-
XYZ56.0356.0674.2-
YUV198.83138.82129.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=32.79%
G=31.65%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011942180.080.1100.15257.524.4980.78
HexC9C2DA8B0F1021851
Octal311302332101301740230121
Binary1100100111000010110110101000101101111100000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2DA; }

 p { color: rgb(201,194,218); }

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

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

 a { background-color: rgb(201,194,218); }

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

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

 span { border-color: rgb(201,194,218); }

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