#C9B5E7

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

Shades of Melrose #C9B5E7

Tints of Melrose #C9B5E7

Color information

#C9B5E7 (or 0xC9B5E7) is unknown color: approx Melrose. HEX triplet: C9, B5 and E7. RGB value is (201,181,231). Sum of RGB (Red+Green+Blue) = 201+181+231=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #C9B5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B5E7 is #364A18. Grayscale: #C0C0C0. Windows color (decimal): -3557913 or 15185353. OLE color: 15185353.

HSL color Cylindrical-coordinate representation of color #C9B5E7: hue angle of 264º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9B5E7 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201181231-
CMYK0.130.2200.09
HSL264º51.02%80.78%-
HSV(B)264º21.65%90.59%-
XYZ55.0451.2382.59-
YUV192.68149.63133.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.79%
GREEN value IS 181 (71.09% from 255) = 29.53%
BLUE value IS 231 (90.62% from 255) = 37.68%
R=32.79%
G=29.53%
B=37.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011812310.130.2200.0926451.0280.78
HexC9B5E7D16091083351
Octal311265347152601141063121
Binary110010011011010111100111110110110010011000010001100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B5E7; }

 p { color: rgb(201,181,231); }

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

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

 a { background-color: rgb(201,181,231); }

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

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

 span { border-color: rgb(201,181,231); }

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