#C9BED8

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

Shades of Melrose #C9BED8

Tints of Melrose #C9BED8

Color information

#C9BED8 (or 0xC9BED8) is unknown color: approx Melrose. HEX triplet: C9, BE and D8. RGB value is (201,190,216). Sum of RGB (Red+Green+Blue) = 201+190+216=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: blue. Hex color #C9BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BED8 is #364127. Grayscale: #C4C4C4. Windows color (decimal): -3555624 or 14204617. OLE color: 14204617.

HSL color Cylindrical-coordinate representation of color #C9BED8: hue angle of 265.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9BED8 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201190216-
CMYK0.070.1200.15
HSL265.38º25%79.61%-
HSV(B)265.38º12.04%84.71%-
XYZ54.954.272.53-
YUV196.25139.14131.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.11%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=33.11%
G=31.30%
B=35.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011902160.070.1200.15265.382579.61
HexC9BED87C0F1091950
Octal31127633071401741131120
Binary110010011011111011011000111110001111100001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BED8; }

 p { color: rgb(201,190,216); }

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

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

 a { background-color: rgb(201,190,216); }

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

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

 span { border-color: rgb(201,190,216); }

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