#C3BAD9

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

Shades of Melrose #C3BAD9

Tints of Melrose #C3BAD9

Color information

#C3BAD9 (or 0xC3BAD9) is unknown color: approx Melrose. HEX triplet: C3, BA and D9. RGB value is (195,186,217). Sum of RGB (Red+Green+Blue) = 195+186+217=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #C3BAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BAD9 is #3C4526. Grayscale: #C0C0C0. Windows color (decimal): -3949863 or 14269123. OLE color: 14269123.

HSL color Cylindrical-coordinate representation of color #C3BAD9: hue angle of 257.42º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BAD9 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195186217-
CMYK0.100.1400.15
HSL257.42º28.97%79.02%-
HSV(B)257.42º14.29%85.1%-
XYZ52.5951.7372.86-
YUV192.22141.98129.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.61%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=32.61%
G=31.10%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951862170.100.1400.15257.4228.9779.02
HexC3BAD9AE0F1011d4f
Octal303272331121601740135117
Binary1100001110111010110110011010111001111100000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BAD9; }

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

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

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

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

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

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

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

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