#C7BBDF

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

Shades of Melrose #C7BBDF

Tints of Melrose #C7BBDF

Color information

#C7BBDF (or 0xC7BBDF) is unknown color: approx Melrose. HEX triplet: C7, BB and DF. RGB value is (199,187,223). Sum of RGB (Red+Green+Blue) = 199+187+223=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBDF is #384420. Grayscale: #C2C2C2. Windows color (decimal): -3687457 or 14662599. OLE color: 14662599.

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

Color convert

RGB199187223-
CMYK0.110.1600.13
HSL260º36%80.39%-
HSV(B)260º16.14%87.45%-
XYZ54.6453.0177.16-
YUV194.69143.98131.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=32.68%
G=30.71%
B=36.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991872230.110.1600.132603680.39
HexC7BBDFB100D1042450
Octal307273337132001540444120
Binary110001111011101111011111101110000011011000001001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBDF; }

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

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

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

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

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

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

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

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