#C9C1ED

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

Shades of Melrose #C9C1ED

Tints of Melrose #C9C1ED

Color information

#C9C1ED (or 0xC9C1ED) is unknown color: approx Melrose. HEX triplet: C9, C1 and ED. RGB value is (201,193,237). Sum of RGB (Red+Green+Blue) = 201+193+237=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 193 (75.78% from 255 or 30.59% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9C1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C1ED is #363E12. Grayscale: #C8C8C8. Windows color (decimal): -3554835 or 15581641. OLE color: 15581641.

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

Color convert

RGB201193237-
CMYK0.150.1900.07
HSL250.91º55%84.31%-
HSV(B)250.91º18.57%92.94%-
XYZ58.4456.6787.98-
YUV200.41148.65128.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 193 (75.78% from 255) = 30.59%
BLUE value IS 237 (92.97% from 255) = 37.56%
R=31.85%
G=30.59%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011932370.150.1900.07250.915584.31
HexC9C1EDF1307fb3754
Octal31130135517230737367124
Binary1100100111000001111011011111100110111111110111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C1ED; }

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

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

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

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

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

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

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

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