#C9C2EE

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

Shades of Melrose #C9C2EE

Tints of Melrose #C9C2EE

Color information

#C9C2EE (or 0xC9C2EE) is unknown color: approx Melrose. HEX triplet: C9, C2 and EE. RGB value is (201,194,238). Sum of RGB (Red+Green+Blue) = 201+194+238=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2EE is #363D11. Grayscale: #C8C8C8. Windows color (decimal): -3554578 or 15647433. OLE color: 15647433.

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

Color convert

RGB201194238-
CMYK0.160.1800.07
HSL249.55º56.41%84.71%-
HSV(B)249.55º18.49%93.33%-
XYZ58.8157.1788.82-
YUV201.11148.82127.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.75%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=31.75%
G=30.65%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011942380.160.1800.07249.5556.4184.71
HexC9C2EE101207fa3855
Octal31130235620220737270125
Binary11001001110000101110111010000100100111111110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C2EE; }

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

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

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

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

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

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

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

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