#C1B3DF

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

Shades of Melrose #C1B3DF

Tints of Melrose #C1B3DF

Color information

#C1B3DF (or 0xC1B3DF) is unknown color: approx Melrose. HEX triplet: C1, B3 and DF. RGB value is (193,179,223). Sum of RGB (Red+Green+Blue) = 193+179+223=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1B3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B3DF is #3E4C20. Grayscale: #BCBCBC. Windows color (decimal): -4082721 or 14660545. OLE color: 14660545.

HSL color Cylindrical-coordinate representation of color #C1B3DF: hue angle of 259.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1B3DF is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193179223-
CMYK0.130.2000.13
HSL259.09º40.74%78.82%-
HSV(B)259.09º19.73%87.45%-
XYZ51.4348.9176.54-
YUV188.2147.64131.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 179 (70.31% from 255) = 30.08%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=32.44%
G=30.08%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931792230.130.2000.13259.0940.7478.82
HexC1B3DFD140D103294f
Octal301263337152401540351117
Binary110000011011001111011111110110100011011000000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3DF; }

 p { color: rgb(193,179,223); }

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

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

 a { background-color: rgb(193,179,223); }

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

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

 span { border-color: rgb(193,179,223); }

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