#C9B7EA

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

Shades of Melrose #C9B7EA

Tints of Melrose #C9B7EA

Color information

#C9B7EA (or 0xC9B7EA) is unknown color: approx Melrose. HEX triplet: C9, B7 and EA. RGB value is (201,183,234). Sum of RGB (Red+Green+Blue) = 201+183+234=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B7EA is #364815. Grayscale: #C2C2C2. Windows color (decimal): -3557398 or 15382473. OLE color: 15382473.

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

Color convert

RGB201183234-
CMYK0.140.2200.08
HSL261.18º54.84%81.76%-
HSV(B)261.18º21.79%91.76%-
XYZ55.8752.2284.98-
YUV194.2150.46132.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.52%
GREEN value IS 183 (71.88% from 255) = 29.61%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=32.52%
G=29.61%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011832340.140.2200.08261.1854.8481.76
HexC9B7EAE16081053752
Octal311267352162601040567122
Binary110010011011011111101010111010110010001000001011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B7EA; }

 p { color: rgb(201,183,234); }

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

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

 a { background-color: rgb(201,183,234); }

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

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

 span { border-color: rgb(201,183,234); }

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