#C7BBDB

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

Shades of Melrose #C7BBDB

Tints of Melrose #C7BBDB

Color information

#C7BBDB (or 0xC7BBDB) is unknown color: approx Melrose. HEX triplet: C7, BB and DB. RGB value is (199,187,219). Sum of RGB (Red+Green+Blue) = 199+187+219=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDB is #384424. Grayscale: #C2C2C2. Windows color (decimal): -3687461 or 14400455. OLE color: 14400455.

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

Color convert

RGB199187219-
CMYK0.090.1500.14
HSL262.5º30.77%79.61%-
HSV(B)262.5º14.61%85.88%-
XYZ54.1152.874.36-
YUV194.24141.98131.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=32.89%
G=30.91%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991872190.090.1500.14262.530.7779.61
HexC7BBDB9F0E1061f50
Octal307273333111701640637120
Binary1100011110111011110110111001111101110100000110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBDB; }

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

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

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

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

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

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

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

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