#C9C2EC

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

Shades of Melrose #C9C2EC

Tints of Melrose #C9C2EC

Color information

#C9C2EC (or 0xC9C2EC) is unknown color: approx Melrose. HEX triplet: C9, C2 and EC. RGB value is (201,194,236). Sum of RGB (Red+Green+Blue) = 201+194+236=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2EC is #363D13. Grayscale: #C8C8C8. Windows color (decimal): -3554580 or 15516361. OLE color: 15516361.

HSL color Cylindrical-coordinate representation of color #C9C2EC: hue angle of 250º degrees, saturation: 0.52, 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 #C9C2EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201194236-
CMYK0.150.1800.07
HSL250º52.5%84.31%-
HSV(B)250º17.8%92.55%-
XYZ58.5257.0687.29-
YUV200.88147.82128.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.85%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=31.85%
G=30.74%
B=37.40%

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
Decimal2011942360.150.1800.0725052.584.31
HexC9C2ECF1207fa3454
Octal31130235417220737264124
Binary1100100111000010111011001111100100111111110101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2EC; }

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

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

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

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

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

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

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

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