#C9C1EC

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

Shades of Melrose #C9C1EC

Tints of Melrose #C9C1EC

Color information

#C9C1EC (or 0xC9C1EC) is unknown color: approx Melrose. HEX triplet: C9, C1 and EC. RGB value is (201,193,236). Sum of RGB (Red+Green+Blue) = 201+193+236=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1EC is #363E13. Grayscale: #C8C8C8. Windows color (decimal): -3554836 or 15516105. OLE color: 15516105.

HSL color Cylindrical-coordinate representation of color #C9C1EC: hue angle of 251.16º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C1EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201193236-
CMYK0.150.1800.07
HSL251.16º53.09%84.12%-
HSV(B)251.16º18.22%92.55%-
XYZ58.356.6187.21-
YUV200.29148.15128.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.90%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 236 (92.58% from 255) = 37.46%
R=31.90%
G=30.63%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011932360.150.1800.07251.1653.0984.12
HexC9C1ECF1207fb3554
Octal31130135417220737365124
Binary1100100111000001111011001111100100111111110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1EC; }

 p { color: rgb(201,193,236); }

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

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

 a { background-color: rgb(201,193,236); }

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

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

 span { border-color: rgb(201,193,236); }

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