#C3BAD5

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

Shades of Melrose #C3BAD5

Tints of Melrose #C3BAD5

Color information

#C3BAD5 (or 0xC3BAD5) is unknown color: approx Melrose. HEX triplet: C3, BA and D5. RGB value is (195,186,213). Sum of RGB (Red+Green+Blue) = 195+186+213=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD5 is #3C452A. Grayscale: #BFBFBF. Windows color (decimal): -3949867 or 14006979. OLE color: 14006979.

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

Color convert

RGB195186213-
CMYK0.080.1300.16
HSL260º24.32%78.24%-
HSV(B)260º12.68%83.53%-
XYZ52.0751.5270.15-
YUV191.77139.98130.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=32.83%
G=31.31%
B=35.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951862130.080.1300.1626024.3278.24
HexC3BAD58D010104184e
Octal303272325101502040430116
Binary11000011101110101101010110001101010000100000100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAD5; }

 p { color: rgb(195,186,213); }

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

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

 a { background-color: rgb(195,186,213); }

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

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

 span { border-color: rgb(195,186,213); }

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