#C3BBDB

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

Shades of Melrose #C3BBDB

Tints of Melrose #C3BBDB

Color information

#C3BBDB (or 0xC3BBDB) is unknown color: approx Melrose. HEX triplet: C3, BB and DB. RGB value is (195,187,219). Sum of RGB (Red+Green+Blue) = 195+187+219=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBDB is #3C4424. Grayscale: #C0C0C0. Windows color (decimal): -3949605 or 14400451. OLE color: 14400451.

HSL color Cylindrical-coordinate representation of color #C3BBDB: hue angle of 255º 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 #C3BBDB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195187219-
CMYK0.110.1500.14
HSL255º30.77%79.61%-
HSV(B)255º14.61%85.88%-
XYZ53.0652.2674.31-
YUV193.04142.65129.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 219 (85.94% from 255) = 36.44%
R=32.45%
G=31.11%
B=36.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951872190.110.1500.1425530.7779.61
HexC3BBDBBF0Eff1f50
Octal303273333131701637737120
Binary110000111011101111011011101111110111011111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBDB; }

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

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

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

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

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

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

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

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