#C9BBDD

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

Shades of Melrose #C9BBDD

Tints of Melrose #C9BBDD

Color information

#C9BBDD (or 0xC9BBDD) is unknown color: approx Melrose. HEX triplet: C9, BB and DD. RGB value is (201,187,221). Sum of RGB (Red+Green+Blue) = 201+187+221=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBDD is #364422. Grayscale: #C2C2C2. Windows color (decimal): -3556387 or 14531529. OLE color: 14531529.

HSL color Cylindrical-coordinate representation of color #C9BBDD: hue angle of 264.71º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9BBDD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201187221-
CMYK0.090.1500.13
HSL264.71º33.33%80%-
HSV(B)264.71º15.38%86.67%-
XYZ54.9153.1875.78-
YUV195.06142.64132.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=33.00%
G=30.71%
B=36.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011872210.090.1500.13264.7133.3380
HexC9BBDD9F0D1092150
Octal311273335111701541141120
Binary11001001101110111101110110011111011011000010011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBDD; }

 p { color: rgb(201,187,221); }

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

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

 a { background-color: rgb(201,187,221); }

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

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

 span { border-color: rgb(201,187,221); }

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