#C9BDDC

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

Shades of Melrose #C9BDDC

Tints of Melrose #C9BDDC

Color information

#C9BDDC (or 0xC9BDDC) is unknown color: approx Melrose. HEX triplet: C9, BD and DC. RGB value is (201,189,220). Sum of RGB (Red+Green+Blue) = 201+189+220=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDDC is #364223. Grayscale: #C4C4C4. Windows color (decimal): -3555876 or 14466505. OLE color: 14466505.

HSL color Cylindrical-coordinate representation of color #C9BDDC: hue angle of 263.23º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9BDDC is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201189220-
CMYK0.090.1400.14
HSL263.23º30.69%80.2%-
HSV(B)263.23º14.09%86.27%-
XYZ55.253.9875.22-
YUV196.12141.48131.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=32.95%
G=30.98%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011892200.090.1400.14263.2330.6980.2
HexC9BDDC9E0E1071f50
Octal311275334111601640737120
Binary1100100110111101110111001001111001110100000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDDC; }

 p { color: rgb(201,189,220); }

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

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

 a { background-color: rgb(201,189,220); }

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

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

 span { border-color: rgb(201,189,220); }

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