#C9B9EE

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

Shades of Melrose #C9B9EE

Tints of Melrose #C9B9EE

Color information

#C9B9EE (or 0xC9B9EE) is unknown color: approx Melrose. HEX triplet: C9, B9 and EE. RGB value is (201,185,238). Sum of RGB (Red+Green+Blue) = 201+185+238=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 185 (72.66% from 255 or 29.65% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B9EE is #364611. Grayscale: #C3C3C3. Windows color (decimal): -3556882 or 15645129. OLE color: 15645129.

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

Color convert

RGB201185238-
CMYK0.160.2200.07
HSL258.11º60.92%82.94%-
HSV(B)258.11º22.27%93.33%-
XYZ56.8753.2988.18-
YUV195.83151.8131.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.21%
GREEN value IS 185 (72.66% from 255) = 29.65%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=32.21%
G=29.65%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011852380.160.2200.07258.1160.9282.94
HexC9B9EE1016071023d53
Octal31127135620260740275123
Binary110010011011100111101110100001011001111000000101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9EE; }

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

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

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

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

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

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

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

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