#C7BDDB

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

Shades of Melrose #C7BDDB

Tints of Melrose #C7BDDB

Color information

#C7BDDB (or 0xC7BDDB) is unknown color: approx Melrose. HEX triplet: C7, BD and DB. RGB value is (199,189,219). Sum of RGB (Red+Green+Blue) = 199+189+219=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDDB is #384224. Grayscale: #C3C3C3. Windows color (decimal): -3686949 or 14400967. OLE color: 14400967.

HSL color Cylindrical-coordinate representation of color #C7BDDB: hue angle of 260º degrees, saturation: 0.29, 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 #C7BDDB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199189219-
CMYK0.090.1400.14
HSL260º29.41%80%-
HSV(B)260º13.7%85.88%-
XYZ54.5453.6574.5-
YUV195.41141.31130.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.78%
GREEN value IS 189 (74.22% from 255) = 31.14%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=32.78%
G=31.14%
B=36.08%

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
Decimal1991892190.090.1400.1426029.4180
HexC7BDDB9E0E1041d50
Octal307275333111601640435120
Binary1100011110111101110110111001111001110100000100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BDDB; }

 p { color: rgb(199,189,219); }

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

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

 a { background-color: rgb(199,189,219); }

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

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

 span { border-color: rgb(199,189,219); }

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