#C9C4EB

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

Shades of Melrose #C9C4EB

Tints of Melrose #C9C4EB

Color information

#C9C4EB (or 0xC9C4EB) is unknown color: approx Melrose. HEX triplet: C9, C4 and EB. RGB value is (201,196,235). Sum of RGB (Red+Green+Blue) = 201+196+235=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C4EB is #363B14. Grayscale: #C9C9C9. Windows color (decimal): -3554069 or 15451337. OLE color: 15451337.

HSL color Cylindrical-coordinate representation of color #C9C4EB: hue angle of 247.69º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9C4EB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201196235-
CMYK0.140.1700.08
HSL247.69º49.37%84.51%-
HSV(B)247.69º16.6%92.16%-
XYZ58.8257.986.67-
YUV201.94146.66127.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 196 (76.95% from 255) = 31.01%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=31.80%
G=31.01%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011962350.140.1700.08247.6949.3784.51
HexC9C4EBE1108f83155
Octal311304353162101037061125
Binary11001001110001001110101111101000101000111110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C4EB; }

 p { color: rgb(201,196,235); }

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

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

 a { background-color: rgb(201,196,235); }

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

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

 span { border-color: rgb(201,196,235); }

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